Increate timeout from 5 to 10 seconds in grub2 configuration
authorMichael Prokop <mika@grml.org>
Tue, 18 Aug 2009 09:15:23 +0000 (11:15 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 18 Aug 2009 09:15:23 +0000 (11:15 +0200)
debian/changelog
grml2usb

index f19acf8..83976da 100644 (file)
@@ -13,8 +13,9 @@ grml2usb (0.9.9) UNRELEASED; urgency=low
     kernel (as the kernel parses vga= in 16 bit code). In the long run
     we don't seem to have another option, so let's change it.
     Thanks to Felix Zielcke and Robert Millan for first hand information.
     kernel (as the kernel parses vga= in 16 bit code). In the long run
     we don't seem to have another option, so let's change it.
     Thanks to Felix Zielcke and Robert Millan for first hand information.
+  * Increate timeout from 5 to 10 seconds in grub2 configuration.
 
 
- -- Michael Prokop <mika@grml.org>  Tue, 28 Jul 2009 23:58:57 +0200
+ -- Michael Prokop <mika@grml.org>  Tue, 18 Aug 2009 11:14:59 +0200
 
 grml2usb (0.9.8) unstable; urgency=low
 
 
 grml2usb (0.9.8) unstable; urgency=low
 
index 9a100dd..16873e3 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -245,7 +245,7 @@ def generate_main_grub2_config(grml_flavour, bootoptions):
     return("""\
 ## main grub2 configuration - generated by grml2usb [main config generated at: %(local_datestamp)s]
 set default=0
     return("""\
 ## main grub2 configuration - generated by grml2usb [main config generated at: %(local_datestamp)s]
 set default=0
-set timeout=5
+set timeout=10
 
 insmod fat
 
 
 insmod fat