diff options
author | Václav Pavlín <vpavlin@redhat.com> | 2013-03-06 17:06:32 +0100 |
---|---|---|
committer | Václav Pavlín <vpavlin@redhat.com> | 2013-03-06 17:06:32 +0100 |
commit | a9d394bb6ffd1fa4e128b518dc626b41236e3b1e (patch) | |
tree | 687a87fc47589a5f49e20e94a30cf3cdc5ca9201 | |
parent | 08ae592f83dfa9c6e83d42f0d6e20543c253a685 (diff) | |
download | initscripts-a9d394bb6ffd1fa4e128b518dc626b41236e3b1e.tar initscripts-a9d394bb6ffd1fa4e128b518dc626b41236e3b1e.tar.gz initscripts-a9d394bb6ffd1fa4e128b518dc626b41236e3b1e.tar.bz2 initscripts-a9d394bb6ffd1fa4e128b518dc626b41236e3b1e.tar.xz initscripts-a9d394bb6ffd1fa4e128b518dc626b41236e3b1e.zip |
Remove NETWORKING_IPV6 from sysconfig.txt (#918622)
-rw-r--r-- | sysconfig.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 4d87599d..6353de38 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -266,10 +266,6 @@ Generic options: NETWORKWAIT=yes|no This is not used with the move to systemd. - NETWORKING_IPV6=yes|no - To do this properly, disable IPv6 in the module itself. - This can be done by booting the kernel with "ipv6.disable_ipv6=1". - HOSTNAME=<fqdn by default, but whatever hostname you want> This is now configured in /etc/hostname. |