Automating Linux installations with Kickstart

In order to speed up the process of installing Linux a kickstart file has been created. When the initial Fedora boot screen appears (Debian systems use preseeding). Type in the following:

linux text ks=http://sam.crecom.com.au/ks.cfg

This will load the predetermined defaults specified within the ks.cfg file.

Duplicating an existing install

Upon successful installation, Fedora produces an automatically generated kickstart file. All variables of the installation are listed, but by default paritioning information is left commented out.

/root/anaconda-ks.cfg

Including partitioning details can be useful in the event of installing multiple systems with the same specifications. Specifically disk sizes.

Kickstart Configurator

This is available on Fedora, and not often by default on a typical Creative Computing install. It can be simply downloaded via yum:

yum install system-config-kickstart

Then the interface previewed on the above site is available by running system-config-kickstart as root.

Kickstart (last edited 2013-09-18 06:09:33 by localhost)