summaryrefslogtreecommitdiff
path: root/ppc/grub.cfg64
blob: 8240caa8def0befdd5696073f185c4a0307eec14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
menuentry "Adelie Linux 1.0-RC1 Live (PowerPC 64-bit)" --class linux --id adelie-live-64 {
	insmod part_apple
	insmod iso9660
	insmod linux
	search --label "Adelie 1.0rc1 ppc64" --hint cd,apple2 --no-floppy --set
	linux ($root)/bzImage-ppc64 squashroot=ppc64.squashfs
	initrd ($root)/initrd-ppc64
}

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

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