summaryrefslogtreecommitdiff
path: root/default-config/boot/grub/help.lst
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-09-12 15:16:59 +0000
committerAaron Griffin <aaron@archlinux.org>2006-09-12 15:16:59 +0000
commit7e3a0aab547917ba3066a015f4ec4cc8e87c505f (patch)
tree96c6b4194712cb3134b55381a63d42baebcd8157 /default-config/boot/grub/help.lst
parent05bb58376c1e4e1b5562a8479f869611b0c6fa42 (diff)
downloadarchiso32-7e3a0aab547917ba3066a015f4ec4cc8e87c505f.tar.xz
Mucked with grub help
git-svn-id: http://phraktured.net/archiso@6 00a9fe69-e71b-0410-bb23-df0e5024db41
Diffstat (limited to 'default-config/boot/grub/help.lst')
-rw-r--r--default-config/boot/grub/help.lst23
1 files changed, 17 insertions, 6 deletions
diff --git a/default-config/boot/grub/help.lst b/default-config/boot/grub/help.lst
index 4018a27..623e7c1 100644
--- a/default-config/boot/grub/help.lst
+++ b/default-config/boot/grub/help.lst
@@ -1,14 +1,25 @@
# Help files must be exactly 23 lines long.
-timeout 60
+timeout 300
default 0
+color light-blue/blue black/light-grey
+splashimage=/boot/splash.xpm.gz
-title Back to main menu
+title << Back to main menu
configfile /boot/grub/menu.lst
-title HOW-TO: Boot an existing system
-cat /boot/help/bootexisting
+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/bootexisting
+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...
+