]> TLD Linux GIT Repositories - packages/grub2.git/blobdiff - grub.sysconfig
- PLD merge
[packages/grub2.git] / grub.sysconfig
index 870007aa31dec26f9bdd99757725f3f879ad267d..91028116cbb896593d4395603439580599b7db1f 100644 (file)
@@ -20,7 +20,8 @@ GRUB_TIMEOUT=15
 # 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 panic=120"
+# To disable IPv6 in kernel, append: ipv6.disable=1
+GRUB_CMDLINE_LINUX_DEFAULT="panic=120 quiet"
 
 # Command-line arguments to add to menu entries for the Linux kernel.
 GRUB_CMDLINE_LINUX=""