diff options
Diffstat (limited to 'ppc/grub.cfg64')
-rw-r--r-- | ppc/grub.cfg64 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ppc/grub.cfg64 b/ppc/grub.cfg64 new file mode 100644 index 0000000..cae5083 --- /dev/null +++ b/ppc/grub.cfg64 @@ -0,0 +1,16 @@ +menuentry "Adelie Linux 1.0-alpha3 Live (PowerPC 64-bit)" --class linux --id adelie-live-64 { + insmod part_apple + insmod iso9660 + insmod linux + search --label "Adelie_1.0a3" --hint cd,apple2 + linux /bzImage + initrd /initrd +} + +menuentry "Reboot and Try Again" --class reboot --id reboot { + reboot +} + +GRUB_DEFAULT=adelie-live-64 +GRUB_TIMEOUT=10 +GRUB_DISTRIBUTOR="Adelie" |