diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-02-08 03:40:40 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-02-08 03:45:36 -0300 |
commit | 8969c57b75f6a8f1fa09afaf01cbc7583f5d98d0 (patch) | |
tree | 2de970788f3350607d38c5db70bffe671a3c8354 /configs/install-iso/boot-files/grub/help.lst | |
parent | 5f0614b42f3380d4f62061ee4a61cdb4dc9fa766 (diff) | |
download | archiso32-8969c57b75f6a8f1fa09afaf01cbc7583f5d98d0.tar.xz |
Delete old configs files
Split from commit 00dda7d4 from Svenstaro repo.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/install-iso/boot-files/grub/help.lst')
-rw-r--r-- | configs/install-iso/boot-files/grub/help.lst | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/configs/install-iso/boot-files/grub/help.lst b/configs/install-iso/boot-files/grub/help.lst deleted file mode 100644 index 546b82c..0000000 --- a/configs/install-iso/boot-files/grub/help.lst +++ /dev/null @@ -1,24 +0,0 @@ -# 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 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... - -title HOW-TO: Contribute to this help -cat /boot/help/contrib.txt -pause Press enter to continue... |