blob: 8240caa8def0befdd5696073f185c4a0307eec14 (
plain) (
tree)
|
|
menuentry "Adelie Linux 1.0-RC1 Live (PowerPC 64-bit)" --class linux --id adelie-live-64 {
insmod part_apple
insmod iso9660
insmod linux
search --label "Adelie 1.0rc1 ppc64" --hint cd,apple2 --no-floppy --set
linux ($root)/bzImage-ppc64 squashroot=ppc64.squashfs
initrd ($root)/initrd-ppc64
}
menuentry "Reboot and Try Again" --class reboot --id reboot {
reboot
}
GRUB_DEFAULT=adelie-live-64
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR="Adelie"
|