From bab1c12084c306f4f97c5411933950b93581baee Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 3 May 2006 18:47:39 +0000 Subject: Update documentation for new commands. --- docs/kickstart-docs.txt | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) (limited to 'docs') 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=] [--enabled=] + + --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= [--groups=] [--homedir=] + [--password=] [--iscrypted] [--shell=] + [--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/. + + --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 -- cgit