2006-09-29 06:47:54 +00:00
|
|
|
timeout 300
|
|
|
|
default 0
|
|
|
|
color light-blue/blue black/light-grey
|
|
|
|
splashimage=/boot/splash.xpm.gz
|
|
|
|
|
2009-01-26 01:37:25 +00:00
|
|
|
title Boot Arch Linux Live CD
|
2009-11-17 02:54:51 +00:00
|
|
|
kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 archisolabel=XXX tmpfs_size=75%
|
2008-12-23 22:53:27 +00:00
|
|
|
initrd /boot/archiso_pata.img
|
2008-10-25 05:56:19 +00:00
|
|
|
|
2009-01-26 01:37:25 +00:00
|
|
|
title Boot Arch Linux Live CD [Legacy IDE, no SATA]
|
2009-11-17 02:54:51 +00:00
|
|
|
kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 archisolabel=XXX tmpfs_size=75%
|
2008-12-23 22:53:27 +00:00
|
|
|
initrd /boot/archiso_ide.img
|
2006-09-29 06:47:54 +00:00
|
|
|
|
2009-01-25 02:22:08 +00: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 06:47:54 +00:00
|
|
|
title Tools...
|
|
|
|
configfile /boot/grub/tools.lst
|
|
|
|
|
2006-10-03 18:45:06 +00:00
|
|
|
title Grub Settings...
|
|
|
|
configfile /boot/grub/settings.lst
|
|
|
|
|
2006-09-29 06:47:54 +00: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
|
|
|
|
|