diff options
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 |