blob: dbcdf6657ee79d6b8b445f68cb607b6d89abbbfd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
menuentry "Adelie Linux 1.0-RC1 Live (Intel 64-bit)" --class linux --id adelie-live-64 {
insmod iso9660
insmod linux
search --label "Adelie 1.0rc1 x86_64" --no-floppy --set
linux ($root)/bzImage-x86_64 squashroot=x86_64.squashfs
initrd ($root)/initrd-x86_64
}
menuentry "Reboot and Try Again" --class reboot --id reboot {
reboot
}
GRUB_DEFAULT=adelie-live-64
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR="Adelie"
|