diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-09-28 23:08:27 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-09-28 23:08:27 +0200 |
commit | 343c4c7d65aa2f47337749f1a2a11a76c1611be9 (patch) | |
tree | 80632e6c2c01dfced30b15d15a6ef3415cbbafeb | |
parent | 378b95e0cc29f71c4a3c8c05ead98e143201699b (diff) | |
download | kanotix-343c4c7d65aa2f47337749f1a2a11a76c1611be9.zip kanotix-343c4c7d65aa2f47337749f1a2a11a76c1611be9.tar.gz |
grub: 8s default timeout
-rw-r--r-- | config/binary_grub/grub.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binary_grub/grub.cfg b/config/binary_grub/grub.cfg index 676e822..7ea53d0 100644 --- a/config/binary_grub/grub.cfg +++ b/config/binary_grub/grub.cfg @@ -1,5 +1,5 @@ set default=0 -set timeout=5 +set timeout=8 set boot_en='boot=live config utc=yes locales=us' set boot_de='boot=live config utc=no timezone=Europe/Berlin locales=de keyboard-layouts=de keyboard-variant=nodeadkeys' |