]> git.pld-linux.org Git - packages/grub2.git/blobdiff - grub.sysconfig
up to 2.12
[packages/grub2.git] / grub.sysconfig
index fc0895d81f6e37ae61552800dd3b1cd82c622ec4..601032952c9111c671364124c95116632d0a49d5 100644 (file)
@@ -13,16 +13,17 @@ GRUB_DEFAULT=0
 # save_default_entry
 #GRUB_SAVEDEFAULT=true
 
-GRUB_TIMEOUT=5
+GRUB_TIMEOUT=15
 
-GRUB_DISTRIBUTOR=$(lsb_release -i -s 2> /dev/null || echo PLD)
+#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'.
-GRUB_CMDLINE_LINUX_DEFAULT="quiet"
+# To disable IPv6 in kernel, append: ipv6.disable=1
+GRUB_CMDLINE_LINUX_DEFAULT="panic=300 quiet"
 
 # Command-line arguments to add to menu entries for the Linux kernel.
 GRUB_CMDLINE_LINUX=""
@@ -41,8 +42,13 @@ GRUB_CMDLINE_LINUX=""
 # Disable generation of recovery mode menu entries
 GRUB_DISABLE_RECOVERY="true"
 
+# Disable creating "advanced" submenus, just use flat list
+GRUB_DISABLE_SUBMENU="y"
+
+# Control which initial ramdisk should grub-mkconfig prefer when searching
+# default is initrd-*.gz created by geninitrd, uncomment to make it prefer
+# initramfs-*.img created by dracut
+#GRUB_PREFER_DRACUT="true"
+
 # Uncomment to get a beep at grub start
 #GRUB_INIT_TUNE="480 440 1"
-
-# Setup lang, otherwise it would be inherited from running terminal
-#LANG=C
This page took 0.116564 seconds and 4 git commands to generate.