Chapter 5 Flashcards
1
Q
- After completing an installation, the Anaconda installer leaves a kickstart script on the newly installed machine. What is the file named?
A
/root/anaconda-ks.cfg
2
Q
- Which of the following utilities can be used to generate a kickstart script?
A
system-config-kickstart
3
Q
- Where can the full documentation for kickstart script syntax be found?
A
Installation Guide
4
Q
- 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?
A
@ Technical Writing
5
Q
- In a kickstart script, which of the following keywords is used to specify partitioning information?
A
part
6
Q
- In a kickstart script, which of the following keywords is used to specify that the installer should perform a network install?
A
url
7
Q
- Which of the following bootloader command lines would cause Anaconda to look for a kickstart script on a floppy diskette?
A
linux ks=floppy
8
Q
- Which installation methods are available when performing a kickstart scripted install?
A
CD-ROM
FTP
HTTP
9
Q
- Which of the following bootloader command lines would cause Anaconda to look for a kickstart script on a Web Server?
A
linux ks=http://server1/ks.cfg
10
Q
- 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?
A
%post