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