summaryrefslogtreecommitdiff
path: root/x86/grub.cfg
blob: e9f657d5fe737d8c77440fcc6f2b782d5b9390d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
menuentry "Adelie Linux 1.0-RC1 Live (Intel 32-bit)" --class linux --id adelie-live-cd {
	insmod iso9660
	insmod linux
	search --label "Adelie 1.0rc1 pmmx" --no-floppy --set
	linux ($root)/bzImage-pmmx squashroot=pmmx.squashfs
	initrd ($root)/initrd-pmmx
}

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

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