Final Flashcards
Theory
Kickstart Configuration: %packages
Specifies the software to be installed on the target system.
Kickstart Configuration: %post scripts
Configures the system after all of the software has been installed.
Kickstart Configuration: %pre script
Configures the system after all of the software has been installed. Executed before any disk partitioning is done.
Installation commands: url
Specifies the location for the installation media.
Installation commands: repo
Tells Anaconda where to find the packages for installation. This option must point to a valid yum repository.
Installation commands: text
Forces text mode install.
Installation commands: vnc
Allows the graphical installation to be viewed remotely via VNC.
Installation commands: askmethod
Do not automatically use the CD-ROM as the source of packages when installation media is detected in the CD-ROM drive.
Partitioning commands: clearpart
Clears the specified partitions before installation.
Partitioning commands: part
Specifies the size, format, and name of a partition.
Partitioning commands: ignoredisk
Ignores the specified disks when installing.
Partitioning commands: bootloader
Defines where to install the bootloader.
Partitioning commands: volgroup, logvol
Creates LVM volume groups and logical volumes.
Partitioning commands: zerombr
Disks whose formatting is unrecognized are initialized.
Configuration commands: lang
Sets the language to use during installation and the default language of the installed system. (Required)