From: Michael Prokop Date: Tue, 18 Aug 2009 09:15:23 +0000 (+0200) Subject: Increate timeout from 5 to 10 seconds in grub2 configuration X-Git-Tag: v0.9.9~6 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=4e58b12fb74224fe76432b542b33406e232f0e93;ds=sidebyside Increate timeout from 5 to 10 seconds in grub2 configuration --- diff --git a/debian/changelog b/debian/changelog index f19acf8..83976da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. + * Increate timeout from 5 to 10 seconds in grub2 configuration. - -- Michael Prokop Tue, 28 Jul 2009 23:58:57 +0200 + -- Michael Prokop Tue, 18 Aug 2009 11:14:59 +0200 grml2usb (0.9.8) unstable; urgency=low diff --git a/grml2usb b/grml2usb index 9a100dd..16873e3 100755 --- 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 -set timeout=5 +set timeout=10 insmod fat