X-Git-Url: https://git.tld-linux.org/?p=packages%2Fgrub2.git;a=blobdiff_plain;f=grub.sysconfig;fp=grub.sysconfig;h=91028116cbb896593d4395603439580599b7db1f;hp=870007aa31dec26f9bdd99757725f3f879ad267d;hb=71dd2aed5bb2b72c2d2d58235936d03ceec35757;hpb=54fe41f512a5acba8a2350bedc24a1fbf16ae39c diff --git a/grub.sysconfig b/grub.sysconfig index 870007a..9102811 100644 --- a/grub.sysconfig +++ b/grub.sysconfig @@ -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=""