diff options
Diffstat (limited to 'x86/grub.cfg')
-rw-r--r-- | x86/grub.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x86/grub.cfg b/x86/grub.cfg index d76baeb..e9f657d 100644 --- a/x86/grub.cfg +++ b/x86/grub.cfg @@ -1,9 +1,9 @@ menuentry "Adelie Linux 1.0-RC1 Live (Intel 32-bit)" --class linux --id adelie-live-cd { insmod iso9660 insmod linux - search --label "Adelie 1.0rc1 pmmx" --no-floppy root - linux ($root)/bzImage - initrd ($root)/initrd + search --label "Adelie 1.0rc1 pmmx" --no-floppy --set + linux ($root)/bzImage-pmmx squashroot=pmmx.squashfs + initrd ($root)/initrd-pmmx } menuentry "Reboot and Try Again" --class reboot --id reboot { |