Installation guide

32 Chapter 1. Kickstart Installations
--start
Specifies the starting cylinder for the partition. It requires that a drive be specified
with --ondisk or ondrive. It also requires that the ending cylinder be specified
with --end or the partition size be specified with --size.
--end
Specifies the ending cylinder for the partition. It requires that the starting cylinder
be specified with --start.
--badblocks
Specifies that the partition should be checked for bad sectors.
All partitions created will be formatted as part of the installation process unless --
noformat and --onpart are used.
Note
If partitioning fails for any reason, diagnostic messages will appear on virtual console 3.
1.4.20. raid
raid (optional)
Assembles a software RAID device. This command is of the form:
raid mntpoint --level level --device mddevice partitions*
The mntpoint is the location where the RAID filesystem is mounted. If it is /, the
RAID level must be 1 unless a boot partition (/boot) is present. If a boot partition is
present, the /boot partition must be level 1 and the root (/) partition can be any of the
available types. The
partitions* (which denotes that multiple partitions can be
listed) lists the RAID identifiers to add to the RAID array.
--level
level
RAID level to use (0, 1, or 5).
--device mddevice
Name of the RAID device to use (such as md0 or md1). RAID devices range from
md0 to md7, and each may only be used once.
--spares=N
Specifies that there should be N spare drives allocated for the RAID array. Spare
drives are used to rebuild the array in case of drive failure.
--fstype
Sets the filesystem type for the RAID array. Valid values are ext2, ext3, swap, and
vfat.