ISO/configs/install-iso/boot-files/grub/help.lst
Aaron Griffin 5e7331334e Grub menu and help changes
Added some help files for USB booting and Legacy IDE.
Also added a releasenotes submenu

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-24 20:22:08 -06:00

25 lines
589 B
Plaintext

# Help files must be exactly 23 lines long.
timeout 300
default 0
color light-blue/blue black/light-grey
splashimage=/boot/splash.xpm.gz
title << Back to main menu
configfile /boot/grub/menu.lst
title HELP: Using Legacy IDE
cat /boot/help/legacyide.txt
pause Press enter to continue...
title HELP: Booting from USB
cat /boot/help/usb.txt
pause Press enter to continue...
title HOW-TO: Boot an existing system
cat /boot/help/bootexisting.txt
pause Press enter to continue...
title HOW-TO: Contribute to this help
cat /boot/help/contrib.txt
pause Press enter to continue...