summaryrefslogtreecommitdiff
path: root/default-config/boot/grub/help.lst
blob: 623e7c15db9ec50febea43fee5fcd4f8657f5b0a (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
25
# 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    HOW-TO: Boot an existing system
cat /boot/help/bootexisting.txt
pause Press enter to continue...

title    HOW-TO: Do some other shit
cat /boot/help/othershit.txt
pause Press enter to continue...

title    MANUAL: Grub
cat /boot/help/grub.txt
pause Press enter to continue...

title    MANUAL: Lilo
cat /boot/help/lilo.txt
pause Press enter to continue...