]> git.pld-linux.org Git - packages/grub2.git/commitdiff
use default panic=300
authorElan Ruusamäe <glen@delfi.ee>
Sun, 17 May 2015 17:26:11 +0000 (20:26 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 17 May 2015 17:26:45 +0000 (20:26 +0300)
panic not usually neccessary, but when it happens, give more chance to
react on it

grub.sysconfig

index 1eb63dd5db18374aa177351b58cd55e3326852b3..601032952c9111c671364124c95116632d0a49d5 100644 (file)
@@ -15,13 +15,15 @@ GRUB_DEFAULT=0
 
 GRUB_TIMEOUT=15
 
+#GRUB_HIDDEN_TIMEOUT=15
+
 # Unless `GRUB_DISABLE_RECOVERY' is set to `true', two menu entries
 # will be generated for each Linux kernel: one default entry and one
 # entry for recovery mode. This option lists command-line arguments
 # to add only to the default menu entry, after those listed in
 # `GRUB_CMDLINE_LINUX'.
 # To disable IPv6 in kernel, append: ipv6.disable=1
-GRUB_CMDLINE_LINUX_DEFAULT="panic=120 quiet"
+GRUB_CMDLINE_LINUX_DEFAULT="panic=300 quiet"
 
 # Command-line arguments to add to menu entries for the Linux kernel.
 GRUB_CMDLINE_LINUX=""
This page took 0.173915 seconds and 4 git commands to generate.