[packages/grub2] add info how to disable ipv6 in kernel

glen glen at pld-linux.org
Mon Dec 2 11:38:44 CET 2013


commit 983ec0755ddd0b798fe21174bed836aaab9f6d37
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Dec 2 12:38:40 2013 +0200

    add info how to disable ipv6 in kernel

 grub.sysconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/grub.sysconfig b/grub.sysconfig
index 6d0d599..ad620cb 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=""
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list