diff options
Diffstat (limited to 'default-config/boot/grub/help.lst')
-rw-r--r-- | default-config/boot/grub/help.lst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/default-config/boot/grub/help.lst b/default-config/boot/grub/help.lst new file mode 100644 index 0000000..4018a27 --- /dev/null +++ b/default-config/boot/grub/help.lst @@ -0,0 +1,14 @@ +# Help files must be exactly 23 lines long. +timeout 60 +default 0 + +title Back to main menu +configfile /boot/grub/menu.lst + +title HOW-TO: Boot an existing system +cat /boot/help/bootexisting +pause Press enter to continue... + +title HOW-TO: Do some other shit +cat /boot/help/bootexisting +pause Press enter to continue... |