Installation guide
Chapter 1. Kickstart Installations 33
--noformat
Do not format the RAID array.
The following example shows how to create a RAID level 1 partition for /, and a RAID
level 5 for /usr, assuming there are three SCSI disks on the system. It also creates three
swap partitions, one on each drive.
part raid.01 --size 60 --ondisk sda
part raid.02 --size 60 --ondisk sdb
part raid.03 --size 60 --ondisk sdc
part swap --size 128 --ondisk sda
part swap --size 128 --ondisk sdb
part swap --size 128 --ondisk sdc
part raid.11 --size 1 --grow --ondisk sda
part raid.12 --size 1 --grow --ondisk sdb
part raid.13 --size 1 --grow --ondisk sdc
raid / --level 1 --device md0 raid.01 raid.02 raid.03
raid /usr --level 5 --device md1 raid.11 raid.12 raid.13
1.4.21. reboot
reboot (optional)
Reboot after the installation is complete (no arguments). Normally, kickstart displays a
message and waits for the user to press a key before rebooting.
1.4.22. rootpw
rootpw (required)
rootpw [--iscrypted]
password
Sets the system’s root password to the password argument.
--iscrypted
If this is present, the password argument is assumed to already be encrypted.
1.4.23. skipx
skipx (optional)
If present, X is not configured on the installed system.