summaryrefslogtreecommitdiff
path: root/ppc/grub.cfg64
blob: a8091aea9c5e23487b8d7d85fbc5798ffa1d5b10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
menuentry "Adelie Linux 1.0-alpha6 Live (PowerPC 64-bit)" --class linux --id adelie-live-64 {
	insmod part_apple
	insmod iso9660
	insmod linux
	search --label "Adelie_1.0a6" --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"