diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-06 08:51:50 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-06 08:51:50 +0000 |
commit | 07021694c8d96ab2205c9398a68d177e2d185f2a (patch) | |
tree | c2f6f3f498ee6155ba7b86153e2e134abd1572b3 /make_boot_img | |
parent | 680a22985ade4719c431cf2c43daed9eafd3bd4e (diff) | |
download | drakx-07021694c8d96ab2205c9398a68d177e2d185f2a.tar drakx-07021694c8d96ab2205c9398a68d177e2d185f2a.tar.gz drakx-07021694c8d96ab2205c9398a68d177e2d185f2a.tar.bz2 drakx-07021694c8d96ab2205c9398a68d177e2d185f2a.tar.xz drakx-07021694c8d96ab2205c9398a68d177e2d185f2a.zip |
no_comment
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img index 45eb6fbe7..560c4c688 100755 --- a/make_boot_img +++ b/make_boot_img @@ -89,10 +89,11 @@ sub msg_boot_img { _ "cat vmlinuz > $mnt/vmlinuz"; initrd("${mnt}2", "$mnt/$type.rdz"); + my $timeout = $ks ? 1 : 72; output("$mnt/syslinux.cfg", " default linux prompt 1 -timeout 72 +timeout $timeout display boot.msg F1 boot.msg F2 general.msg |