aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-05-10 08:48:22 +0200
committerGravatar Christian Hesse <mail@eworm.de>2021-05-10 08:48:22 +0200
commit156870d3c55c678a3c8d416fb2528313d2bf654e (patch)
tree7f087956ce9934744d4450dd7b93e9ef2cf4647c
parent4255c4610195920ac3e53d8ea5b37a4386125c26 (diff)
downloadmkinitcpio-ykfde-156870d3c55c678a3c8d416fb2528313d2bf654e.tar.gz
mkinitcpio-ykfde-156870d3c55c678a3c8d416fb2528313d2bf654e.tar.zst
document order of initramfs images
Fixes #34
-rw-r--r--README-dracut.md3
-rw-r--r--README-mkinitcpio.md3
2 files changed, 4 insertions, 2 deletions
diff --git a/README-dracut.md b/README-dracut.md
index 108e2af..1428fcc 100644
--- a/README-dracut.md
+++ b/README-dracut.md
@@ -124,7 +124,8 @@ Build the initramfs:
### Boot loader
Make sure to load the cpio archive `/boot/ykfde-challenges.img`
-as an additional initramfs.
+as an additional initramfs. It has to be listed *after* microcode
+updates (if available), but *before* main initramfs.
With `grub` you need to list `ykfde-challenges.img` in configuration
variable `GRUB_EARLY_INITRD_LINUX_CUSTOM` in `/etc/default/grub`:
diff --git a/README-mkinitcpio.md b/README-mkinitcpio.md
index ae1d420..fa00d07 100644
--- a/README-mkinitcpio.md
+++ b/README-mkinitcpio.md
@@ -128,7 +128,8 @@ Now rebuild your initramfs with:
### Boot loader
Make sure to load the cpio archive `/boot/ykfde-challenges.img`
-as an additional initramfs.
+as an additional initramfs. It has to be listed *after* microcode
+updates (if available), but *before* main initramfs.
With `grub` you need to list `ykfde-challenges.img` in configuration
variable `GRUB_EARLY_INITRD_LINUX_CUSTOM` in `/etc/default/grub`: