diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-12-12 16:28:19 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-12-12 16:28:19 -0600 |
commit | 2d595df389502af82c4e1adc0e370eeff7e62ae0 (patch) | |
tree | a190295f2577d88169309a85b766b2ac30a3d316 /ppc/grub.cfg64 | |
parent | 7e161c48db4f3858a660f9ca0cb712d1724bc807 (diff) | |
download | image-2d595df389502af82c4e1adc0e370eeff7e62ae0.tar.gz image-2d595df389502af82c4e1adc0e370eeff7e62ae0.tar.bz2 image-2d595df389502af82c4e1adc0e370eeff7e62ae0.tar.xz image-2d595df389502af82c4e1adc0e370eeff7e62ae0.zip |
Add ppc64 files
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" |