summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-05-03 18:47:39 +0000
committerChris Lumens <clumens@redhat.com>2006-05-03 18:47:39 +0000
commitbab1c12084c306f4f97c5411933950b93581baee (patch)
treee1dd6eccf7747aea3b54c43428dc0a564f15713f /docs
parent158d06751d60ff7955ac1b68a0430849668472ea (diff)
downloadanaconda-bab1c12084c306f4f97c5411933950b93581baee.tar.gz
anaconda-bab1c12084c306f4f97c5411933950b93581baee.tar.xz
anaconda-bab1c12084c306f4f97c5411933950b93581baee.zip
Update documentation for new commands.
Diffstat (limited to 'docs')
-rw-r--r--docs/kickstart-docs.txt57
1 files changed, 57 insertions, 0 deletions
diff --git a/docs/kickstart-docs.txt b/docs/kickstart-docs.txt
index a26b1a860..dafb43c40 100644
--- a/docs/kickstart-docs.txt
+++ b/docs/kickstart-docs.txt
@@ -935,6 +935,22 @@ Creating the Kickstart File
If this is present, SELinux is enabled, but only logs things that
would be denied in enforcing mode.
+ services (optional)
+
+ Modifies the default set of services that will run under the default
+ runlevel. The services listed in the disabled list will be disabled
+ before the services listed in the enabled list are enabled.
+
+ services [--disabled=<list>] [--enabled=<list>]
+
+ --disabled=
+
+ Disable the services given in the comma separated list.
+
+ --enabled=
+
+ Enable the services given in the comma separated list.
+
skipx (optional)
If present, X is not configured on the installed system.
@@ -963,6 +979,47 @@ Creating the Kickstart File
url (for ftp and http) as the location of the installation tree.
Refer to install for details.
+ user (optional)
+
+ Creates a new user on the system.
+
+ user --name=<username> [--groups=<list>] [--homedir=<homedir>]
+ [--password=<password>] [--iscrypted] [--shell=<shell>]
+ [--uid=<uid>]
+
+ --name=
+
+ Provides the name of the user. This option is required.
+
+ --groups=
+
+ In addition to the default group, a comma separated list of
+ group names the user should belong to.
+
+ --homedir=
+
+ The home directory for the user. If not provided, this defaults
+ to /home/<username>.
+
+ --password=
+
+ The new user's password. If not provided, the account will be
+ locked by default.
+
+ --iscrypted
+
+ Is the password provided by --password already encrypted or not?
+
+ --shell=
+
+ The user's login shell. If not provided, this defaults to the
+ system default.
+
+ --uid=
+
+ The user's UID. If not provided, this defaults to the next
+ available non-system UID.
+
vnc (optional)
Allows the graphical installation to be viewed remotely via VNC. This