summaryrefslogblamecommitdiff
path: root/ppc/grub.cfg
blob: adace64d2bc95f63bc6e9bd969913169b963e15e (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                          


                         


                                                                             

 






                                                             
menuentry "Adelie Linux 1.0-RC1 Live (PowerPC 32-bit)" --class linux --id adelie-live-cd {
	insmod part_apple
	insmod iso9660
	insmod linux
	search --label "Adelie 1.0rc1 ppc" --hint cd,apple2 --no-floppy --set
	linux ($root)/bzImage-ppc squashroot=ppc.squashfs
	initrd ($root)/initrd-ppc
}

menuentry "Reboot and Try Again" --class reboot --id reboot {
	reboot
}

GRUB_DEFAULT=adelie-live-cd
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR="Adelie"