diff options
author | Christian Hesse <mail@eworm.de> | 2018-03-14 22:34:15 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-03-14 22:34:15 +0100 |
commit | 4a74a1f483533de6a2ebd5c65d888d1be3995ac3 (patch) | |
tree | 5da1d31e072750ede40dd60511e5630be00fdaff /README-mkinitcpio.md | |
parent | c480580cf97917e0e77c583fb5efdb5282835ed7 (diff) | |
download | mkinitcpio-ykfde-4a74a1f483533de6a2ebd5c65d888d1be3995ac3.tar.gz mkinitcpio-ykfde-4a74a1f483533de6a2ebd5c65d888d1be3995ac3.tar.zst |
drop grub workaround, use upstream support for multiple early initrd imagesgrub-2-04
This requires grub upstream support for multiple early initrd images:
http://git.savannah.gnu.org/cgit/grub.git/commit/?id=a698240df0c43278b2d1d7259c8e7a6926c63112
Diffstat (limited to 'README-mkinitcpio.md')
-rw-r--r-- | README-mkinitcpio.md | 14 |
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! |