[packages/grub2] use default panic=300

glen glen at pld-linux.org
Sun May 17 19:26:51 CEST 2015


commit e2d4a1e19b8c69d42831c462aed9d2989c3affcf
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun May 17 20:26:11 2015 +0300

    use default panic=300
    
    panic not usually neccessary, but when it happens, give more chance to
    react on it

 grub.sysconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/grub.sysconfig b/grub.sysconfig
index 1eb63dd..6010329 100644
--- a/grub.sysconfig
+++ b/grub.sysconfig
@@ -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=""
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grub2.git/commitdiff/e2d4a1e19b8c69d42831c462aed9d2989c3affcf



More information about the pld-cvs-commit mailing list