Red Hat ENTERPRISE LINUX 4 System Administration Manual page 36

Hide thumbs Also See for ENTERPRISE LINUX 4:
Table of Contents

Advertisement

Chapter 1. Kickstart Installations
raid /usr --level=5 --device=md1 raid.11 raid.12 raid.13
For a detailed example of raid in action, refer to
reboot (optional)
Reboot after the installation is successfully completed (no arguments). Normally during a manual
installation, anaconda displays a message and waits for the user to press a key before rebooting.
The reboot option is roughly equivalent to the shutdown -r command.
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 explicitly
specified in the kickstart file.
For other completion methods, refer to the halt, poweroff, and shutdown kickstart options.
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 system's SELinux mode to one of the following arguments:
--enforcing
Enables SELinux with the default targeted policy being enforced.
Note
If the selinux option is not present in the kickstart file, SELinux is enabled and
set to --enforcing by default.
--permissive
Outputs warnings only based on the SELinux policy, but does not actually enforce the policy.
--disabled
Disables SELinux completely on the system.
For complete information regarding SELinux for Red Hat Enterprise Linux, refer to the Red Hat,
Inc.
shutdown (optional)
Shut down the system after the installation has successfully completed. During a kickstart
installation, if no completion method is specified, the reboot option is used as default.
18
Section 1.4.1, "Advanced Partitioning
Example".

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ENTERPRISE LINUX 4 and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents