WB 1 Chapter 5: Using Kickstart to Automate Installations 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

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

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

Where can the full documentation for kickstart script syntax be found?

A

The Red Hat Enterprise Linux Installation Guide

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

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

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

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

hich 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

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

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

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

%script

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