3.7 Unattended and Automated Installs: Kickstart and Preseed
Right, so you’re tired of babysitting an installer. I don’t blame you. Clicking “next” for the tenth time while it asks you about your timezone for the third time is a special kind of hell. This is where we automate ourselves to freedom using either Kickstart (for the Red Hat, Fedora, CentOS crowd) or Preseed (for the Debian/Ubuntu devotees). The core idea is beautifully simple: you craft a single, plain text file that answers every question the installer would ever ask. You then point the installer at this file, go get a coffee, and come back to a fully installed system. It’s like teaching a very obedient, very fast intern how to do your job.