WB 1 Chapter 5: Using Kickstart to Automate Installations Flashcards
After completing an installation, the Anaconda installer leaves a kickstart script on the newly installed machine. What is the file named?
/root/anaconda-ks.cfg
Which of the following utilities can be used to generate a kickstart script?
system-config-kickstart
Where can the full documentation for kickstart script syntax be found?
The Red Hat Enterprise Linux Installation Guide
Which of the following lines, if found in the %packages section of a kickstart script, would specify that the Technical Writing component group should be installed?
@ Technical Writing
In a kickstart script, which of the following keywords is used to specify partitioning information?
part
In a kickstart script, which of the following keywords is used to specify that the installer should perform a network install?
URL
hich of the following bootloader command lines would cause Anaconda to look for a kickstart script on a floppy diskette?
linux ks=floppy
Which installation methods are available when performing a kickstart scripted install?
CD-ROM
FTP
HTTP
Which of the following bootloader command lines would cause Anaconda to look for a kickstart script on a Web Server?
linux ks=http://server1/ks.cfg
What tag is used to specify the section of a kickstart script which contains a bash script to be run on the newly installed machine?
%script