Installation guide

Note
Use of the reboot option may result in an endless installation loop, depending
on the installation media and method.
The reboot option is the default completion method if no other methods are ex-
plicitly specified in the kickstart file.
For other completion methods, refer to the halt, poweroff, and shutdown kickstart options.
repo (optional)
Configures additional yum repositories that may be used as sources for package installa-
tion. Multiple repo lines may be specified.
repo --name=<repoid> [--baseline=<url>| --mirrorlist=<url>]
--name=
The repo id. This option is required.
--baseurl=
The URL for the repository. The variables that may be used in yum repo config files are not
supported here. You may use one of either this option or --mirrorlist, not both.
--mirrorlist=
The URL pointing at a list of mirrors for the repository. The variables that may be used in
yum repo config files are not supported here. You may use one of either this option or -
-baseurl, not both.
rootpw (required)
Sets the system's root password to the <password> argument.
rootpw [--iscrypted] <password>
--iscrypted
If this is present, the password argument is assumed to already be encrypted.
selinux (optional)
Sets the state of SELinux on the installed system. SELinux defaults to enforcing in
anaconda.
selinux [--disabled|--enforcing|--permissive]
--enforcing
Enables SELinux with the default targeted policy being enforced.
4. Kickstart Options
261