Chapter 5 Flashcards

1
Q
  1. 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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. Which of the following utilities can be used to generate a kickstart script?
A

system-config-kickstart

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. Where can the full documentation for kickstart script syntax be found?
A

Installation Guide

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. 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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. In a kickstart script, which of the following keywords is used to specify partitioning information?
A

part

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. In a kickstart script, which of the following keywords is used to specify that the installer should perform a network install?
A

url

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. Which of the following bootloader command lines would cause Anaconda to look for a kickstart script on a floppy diskette?
A

linux ks=floppy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. Which installation methods are available when performing a kickstart scripted install?
A

CD-ROM
FTP
HTTP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. 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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  1. 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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly