index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | default-config/boot/grub/help.lst | 23 |
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... + |