summaryrefslogtreecommitdiff
path: root/configs/install-iso/boot-files/grub/help.lst
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-01-24 20:22:08 -0600
committerAaron Griffin <aaronmgriffin@gmail.com>2009-01-24 20:22:08 -0600
commit5e7331334eb887e774abc5fdac4be91d71726fce (patch)
tree2cfa9606ec3290a56425371b39d67704d758690a /configs/install-iso/boot-files/grub/help.lst
parent430668e0155748e0fff34d3015c81c37fc68bf42 (diff)
Grub menu and help changes
Added some help files for USB booting and Legacy IDE. Also added a releasenotes submenu Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'configs/install-iso/boot-files/grub/help.lst')
-rw-r--r--configs/install-iso/boot-files/grub/help.lst8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/install-iso/boot-files/grub/help.lst b/configs/install-iso/boot-files/grub/help.lst
index 13eeb42..546b82c 100644
--- a/configs/install-iso/boot-files/grub/help.lst
+++ b/configs/install-iso/boot-files/grub/help.lst
@@ -7,6 +7,14 @@ 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...