summaryrefslogtreecommitdiff
path: root/config/binary_grub
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-09-28 23:08:27 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2011-09-28 23:08:27 +0200
commit343c4c7d65aa2f47337749f1a2a11a76c1611be9 (patch)
tree80632e6c2c01dfced30b15d15a6ef3415cbbafeb /config/binary_grub
parent378b95e0cc29f71c4a3c8c05ead98e143201699b (diff)
downloadkanotix-343c4c7d65aa2f47337749f1a2a11a76c1611be9.zip
kanotix-343c4c7d65aa2f47337749f1a2a11a76c1611be9.tar.gz
grub: 8s default timeout
Diffstat (limited to 'config/binary_grub')
-rw-r--r--config/binary_grub/grub.cfg2
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'