10.3.4. Where Can I Learn More?
? The manpages for
? The HTML documentation for
? The
? The Intel PXE specification: http://download.intel.com/design/archives/wfm/downloads/pxespec.pdf
10.4. Installing with Kickstart
In a normal Fedora Core installation, Anaconda asks a number of questions before beginning the actual installation procedure, which then runs without any user intervention (except for changing CDs, if that is the chosen installation method).
10.4.1. How Do I Do That?
To use Kickstart, you must create a Kickstart file using any regular text editor. A Kickstart file contains a number of options, one per line, with arguments.
These options are required:
auth or authconfig
Configures the authentication system. For normal password authentication, use the arguments -- enableshadow --enablemd5 .
bootloader
The GRUB installation location and password. For an upgrade, use --upgrade ; for a new installation, use --location=mbr --md5pass=
lang
Selects the language to be used during installation. Possible values are listed in
keyboard
The keyboard type to be used. Specify us for a standard North American English keyboard, or use one of the codes found in
rootpw
The
timezone
The time zone for the system. The third column of
To encrypt a password for the bootloader and
$ openssl passwd -1 -salt '
$1$RaNDoMju$OS0p7cTCbvCJ2ITUfcovM1
Replace
Here is a basic configuration using these options:
auth --enableshadow --enablemd5
bootloader --location=mbr --md5pass=$1$RaNDoMju$OS0p7cTCbvCJ2ITUfcovM1
lang en_US
keyboard us
rootpw --iscrypted $1$RaNDoMju$OS0p7cTCbvCJ2ITUfcovM1
timezone America/Toronto
Next, specify the installation source and networking:
cdrom
Installation from the first optical disk drive on the system (CD or DVD).
url
HTTP or FTP installation. Use the argument --url http: //
nfs
NFS installation. Use --server=