summaryrefslogtreecommitdiff
path: root/ppc/grub.cfg
blob: 22dc6e25efd63d71b0e19047940f21dd21c61e43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
menuentry "Adelie Linux 1.0-BETA3 Live (PowerPC 32-bit)" --class linux --id adelie-live-cd {
	insmod part_apple
	insmod iso9660
	insmod linux
	search --label "Adelie 1.0b3 ppc" --hint cd,apple2
	linux /bzImage
	initrd /initrd
}

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

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