aboutsummaryrefslogtreecommitdiffstats
path: root/README-mkinitcpio.md
diff options
context:
space:
mode:
Diffstat (limited to 'README-mkinitcpio.md')
-rw-r--r--README-mkinitcpio.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/README-mkinitcpio.md b/README-mkinitcpio.md
index ca446da..1759d3f 100644
--- a/README-mkinitcpio.md
+++ b/README-mkinitcpio.md
@@ -127,12 +127,16 @@ Now rebuild your initramfs with:
### Boot loader
-Update your `grub` configuration by running:
+Make sure to load the cpio archive `/boot/ykfde-challenges.img`
+as an additional initramfs.
-> grub-mkconfig -o /boot/grub/grub.cfg
+With `grub` you need to list `ykfde-challenges.img` in configuration
+variable `GRUB_EARLY_INITRD_LINUX_CUSTOM` in `/etc/default/grub`:
-This will add new boot entry that loads the challenges. With other boot
-loaders make sure to load the cpio archive `/boot/ykfde-challenges.img`
-as an additional initramfs.
+> GRUB_EARLY_INITRD_LINUX_CUSTOM="ykfde-challenges.img"
+
+Then update your `grub` configuration by running:
+
+> grub-mkconfig -o /boot/grub/grub.cfg
Reboot and have fun!