From 65746188e7fb0508f2af841642ae7b4877223990 Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Tue, 20 Oct 2009 21:11:22 +0200 Subject: [PATCH] add timeout to syslinux.cfg --- grml2usb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grml2usb b/grml2usb index df7326d..507befd 100755 --- a/grml2usb +++ b/grml2usb @@ -1467,7 +1467,8 @@ def handle_syslinux_config(grml_flavour, target): # install main configuration only *once*, no matter how many ISOs we have: syslinux_flavour_is_default = False syslinux_config_file = open(syslinux_cfg, 'w') - syslinux_config_file.write("include vesamenu.cfg") + syslinux_config_file.write("TIMEOUT 300\n") + syslinux_config_file.write("include vesamenu.cfg\n") syslinux_config_file.close() initial_syslinux_config(syslinux_target) -- 2.1.4