summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-06-08 19:54:41 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-06-08 19:54:41 +0000
commitefcad8c09751355011d52d63cae0e0448a632db8 (patch)
tree8df13eb8d21b336214573b9eacef5badb2b8e035 /docs
parent4aac5e1de948ec5a96721aaebf33b4f5afc9582f (diff)
downloadanaconda-efcad8c09751355011d52d63cae0e0448a632db8.tar.gz
anaconda-efcad8c09751355011d52d63cae0e0448a632db8.tar.xz
anaconda-efcad8c09751355011d52d63cae0e0448a632db8.zip
Make sure we pull in the ipv6.ko module and load that. I thought a noipv6
option would be good for people who fear change, so I'll get that implemented throughout the loader.
Diffstat (limited to 'docs')
-rw-r--r--docs/command-line.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/command-line.txt b/docs/command-line.txt
index 8bbf5e222..a70e9bd30 100644
--- a/docs/command-line.txt
+++ b/docs/command-line.txt
@@ -172,3 +172,5 @@ syslog=<host>[:<port>] Once installation is up and running, send log
messages to the syslog process on <host>, and optionally, on
port <port>. Requires the remote syslog process to accept
connections (the -r option).
+
+noipv6 Disable IPv6 networking during installation.