diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-09-01 02:07:49 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-09-01 02:07:49 +0000 |
commit | 892cca4437f2643ac25c87cf35d4e1a0a97358e6 (patch) | |
tree | 6e0083eb928e178a0dd1f6850ef5534eb2136813 /make_boot_img | |
parent | e4e0e59120176eed8586b2392014b6f0919d13c7 (diff) | |
download | drakx-892cca4437f2643ac25c87cf35d4e1a0a97358e6.tar drakx-892cca4437f2643ac25c87cf35d4e1a0a97358e6.tar.gz drakx-892cca4437f2643ac25c87cf35d4e1a0a97358e6.tar.bz2 drakx-892cca4437f2643ac25c87cf35d4e1a0a97358e6.tar.xz drakx-892cca4437f2643ac25c87cf35d4e1a0a97358e6.zip |
set default timeout to 10 seconds in hd_grub to allow editing (#11133)
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img index c924ae9d4..95cdbbc3d 100755 --- a/make_boot_img +++ b/make_boot_img @@ -757,7 +757,7 @@ sub hd_grub { _ "cp @grub_files $mnt"; output("$mnt/menu.lst", <<EOF); -timeout 0 +timeout 10 default 0 fallback 1 |