diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-09-12 15:16:59 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-09-12 15:16:59 +0000 |
commit | 7e3a0aab547917ba3066a015f4ec4cc8e87c505f (patch) | |
tree | 96c6b4194712cb3134b55381a63d42baebcd8157 /default-config/boot/grub/menu.lst | |
parent | 05bb58376c1e4e1b5562a8479f869611b0c6fa42 (diff) |
Mucked with grub help
git-svn-id: http://phraktured.net/archiso@6 00a9fe69-e71b-0410-bb23-df0e5024db41
Diffstat (limited to 'default-config/boot/grub/menu.lst')
-rw-r--r-- | default-config/boot/grub/menu.lst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/default-config/boot/grub/menu.lst b/default-config/boot/grub/menu.lst index 4650a92..2edc59a 100644 --- a/default-config/boot/grub/menu.lst +++ b/default-config/boot/grub/menu.lst @@ -1,6 +1,5 @@ -#TODO add options + graphical stuff
-timeout 30
+timeout 300
default 0
color light-blue/blue black/light-grey
splashimage=/boot/splash.xpm.gz
@@ -15,8 +14,12 @@ halt title Reboot the Computer
reboot
+title Tools...
+configgile /boot/grub/tools.lst
+
title View Help...
configfile /boot/grub/help.lst
+
title More Options...
configfile /boot/grub/more.lst
|