summaryrefslogtreecommitdiff
path: root/configs/install-iso/boot-files/grub/help.lst
blob: 546b82c343fb16b069ec2a940877ff13c0b8d7e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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...