Sometimes one wants to install more machines the same as one that is already working. Replication is one point where Linux is light years ahead of the competition. Using Kickstart, you can roll out thousands of identically configured machines (with hardware that may be completely different) in a jiffy - Kickstart will automatically install the correct device drivers. The Skinny I usually do it manually, since it is too simple to bother scripting: Save file /root/anaconda-ks.cfg Save /etc/yum.repos.d with tar -zcvf yum.repos.d.tgz /etc/yum.repos.d Save the packages list with yum list installed > packages Use the saved kickstart file to install the new machine, untar the repos and run yum -y install $(cat packages) or yum -y install < packages Booting Kickstart Kickstart is the remote control system of the Red Hat Anaconda installer. A Kickstart installation requires access to the Linux installation media on a local CD-ROM drive or hard drive, or over
Autonomous planes, trains and cranes...