2006-09-29 08:47:54 +02:00
|
|
|
timeout 300
|
|
|
|
default 0
|
|
|
|
color light-blue/blue black/light-grey
|
|
|
|
splashimage=/boot/splash.xpm.gz
|
|
|
|
|
2009-01-26 02:37:25 +01:00
|
|
|
title Boot Arch Linux Live CD
|
2009-07-26 11:00:44 +02:00
|
|
|
kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 archisolabel=XXX ramdisk_size=75%
|
2008-12-23 23:53:27 +01:00
|
|
|
initrd /boot/archiso_pata.img
|
2008-10-25 07:56:19 +02:00
|
|
|
|
2009-01-26 02:37:25 +01:00
|
|
|
title Boot Arch Linux Live CD [Legacy IDE, no SATA]
|
2009-07-26 11:00:44 +02:00
|
|
|
kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 archisolabel=XXX ramdisk_size=75%
|
2008-12-23 23:53:27 +01:00
|
|
|
initrd /boot/archiso_ide.img
|
2006-09-29 08:47:54 +02:00
|
|
|
|
2009-01-25 03:22:08 +01:00
|
|
|
title Release Notes
|
|
|
|
# Note: onyl 23 lines of release notes for now
|
|
|
|
cat /boot/releasenotes.txt
|
|
|
|
pause Press enter to continue...
|
|
|
|
|
2006-09-29 08:47:54 +02:00
|
|
|
title Tools...
|
|
|
|
configfile /boot/grub/tools.lst
|
|
|
|
|
2006-10-03 20:45:06 +02:00
|
|
|
title Grub Settings...
|
|
|
|
configfile /boot/grub/settings.lst
|
|
|
|
|
2006-09-29 08:47:54 +02:00
|
|
|
title View Help...
|
|
|
|
configfile /boot/grub/help.lst
|
|
|
|
|
|
|
|
title More Options...
|
|
|
|
configfile /boot/grub/more.lst
|
|
|
|
|
|
|
|
title Shutdown the Computer
|
|
|
|
halt
|
|
|
|
|
|
|
|
title Reboot the Computer
|
|
|
|
reboot
|
|
|
|
|