X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=ab0ad63189e31299bc785be9269fdcaacf3a0651;hp=8e530d9246817e042fed08d2f6f9d8dc5616ace0;hb=360c9e5b51ef3d640ed6343da2babbe646415465;hpb=de40a5f15798251f21bcd4b8795922e6ca188e42 diff --git a/grml2usb b/grml2usb index 8e530d9..ab0ad63 100755 --- a/grml2usb +++ b/grml2usb @@ -1384,7 +1384,7 @@ def handle_syslinux_config(grml_flavour, target): # install main configuration only *once*, no matter how many ISOs we have: syslinux_config_file = open(syslinux_cfg, 'w') - syslinux_config_file.write("TIMEOUT 300\n") + syslinux_config_file.write("timeout 300\n") syslinux_config_file.write("include vesamenu.cfg\n") syslinux_config_file.close()