summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-04-06 18:18:06 +0000
committerPeter Jones <pjones@redhat.com>2006-04-06 18:18:06 +0000
commit46c34c2a26a6eccb7ba1a25144899952943fb3c0 (patch)
tree9d1e807ab76ba62448e4d74f114fcefb27d1bb43
parent33f955ba07598508b4d65504a2f33f1e384c47af (diff)
downloadanaconda-46c34c2a26a6eccb7ba1a25144899952943fb3c0.tar.gz
anaconda-46c34c2a26a6eccb7ba1a25144899952943fb3c0.tar.xz
anaconda-46c34c2a26a6eccb7ba1a25144899952943fb3c0.zip
- eliminate double vnc entries (#175368)
-rw-r--r--docs/command-line.txt28
1 files changed, 8 insertions, 20 deletions
diff --git a/docs/command-line.txt b/docs/command-line.txt
index 95523ab83..3a24b8511 100644
--- a/docs/command-line.txt
+++ b/docs/command-line.txt
@@ -1,4 +1,4 @@
-7-07-2003
+6-Apr-2006
---------
Boot time command args:
@@ -44,20 +44,6 @@ graphical Force graphical install. Required to have ftp/http use GUI.
text Force text mode install.
-vnc Enable vnc-based installation. You will need to connect
- to the machine using a vnc client application.
-
-vncpassword=<password> Enable a password for the vnc connection. This will
- prevent someone from inadvertantly connecting to the
- vnc-based installation.
-
- Requires 'vnc' option to be specified as well.
-
-vncconnect=<host>[:<port>] Once installation is up and running, connect to
- the vnc client named <host>, and optionally use port <port>.
-
- Requires 'vnc' option to be specified as well.
-
updates Prompt for floppy containing updates (bug fixes).
isa Prompt user for ISA devices configuration.
@@ -149,12 +135,14 @@ method=hd://<dev>/<path> Use <path> on <dev> for a hard drive installation
method=cdrom Do a CDROM based installation.
-vnc Do graphical installation via VNC. Instead of
- starting a normal X server, vncserver will be started
- and you can then connect remotely to do the
- installation.
+vnc Enable graphical installation via VNC. A vnc client
+ application will be required.
-vncpassword=<password> Set a password for the vnc session.
+vncpassword=<password> Set a password for the vnc session. This will
+ prevent someone from inadvertantly connecting to the
+ vnc-based installation.
+
+ Requires 'vnc' option to be specified as well.
vncconnect=<host>[:<port>] Once installation is up and running, connect to
the vnc client named <host>, and optionally, on port <port>.