summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-04-28 13:09:03 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-04-28 13:09:03 +0000
commit737667619a414817e94ec93d081858c0c5e5843a (patch)
tree6d47524ac5011283185370ffc9d28d0537968856
parentce5ff8741157d5ec019ec88a2ba5f29a432c070e (diff)
downloaddrakiso-737667619a414817e94ec93d081858c0c5e5843a.tar
drakiso-737667619a414817e94ec93d081858c0c5e5843a.tar.gz
drakiso-737667619a414817e94ec93d081858c0c5e5843a.tar.bz2
drakiso-737667619a414817e94ec93d081858c0c5e5843a.tar.xz
drakiso-737667619a414817e94ec93d081858c0c5e5843a.zip
Display help message in text mode bootloader
-rwxr-xr-xdraklive1
1 files changed, 1 insertions, 0 deletions
diff --git a/draklive b/draklive
index 189786e..0d78c96 100755
--- a/draklive
+++ b/draklive
@@ -84,6 +84,7 @@ sub build_syslinux_cfg {
"default $title",
"prompt 1",
"timeout $timeout",
+ "display help.msg",
$has_bootlogo ? "ui gfxboot.com $bootlogo" : "display $help",
(map {
my ($name, $cmdline) = @$_;