diff options
Diffstat (limited to 'README-dracut.md')
-rw-r--r-- | README-dracut.md | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/README-dracut.md b/README-dracut.md index cb1690c..108e2af 100644 --- a/README-dracut.md +++ b/README-dracut.md @@ -123,12 +123,16 @@ Build the initramfs: ### Boot loader -Update your `grub` configuration by running: +Make sure to load the cpio archive `/boot/ykfde-challenges.img` +as an additional initramfs. -> grub2-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! |