hoki

Usage

hoki

Description

This is a "hands off" kickstart installer for Red Hat Linux-like systems. I've most recently used it for installing Fedora Core 1 on a roomful of PCs.

By "hands off," I mean: to install a new version of the operating system you don't need to physically touch the machine at all. You just run this script. No floppy insertion, no CD insertion. No magic with PXE/TFTP/DHCP is involved. About the only assumptions (I think) are that the target machine is running some sort of Linux with grub as the boot loader, and that there's some reliable network installation tree out there for the kickstart to use. And the script uses curl to download things from our webserver, so that needs to be installed.

The overall idea is to

  1. copy the vmlinuz and initrd files from the installation media the target system's hard disk (in our case, these are downloaded from our server by the script);
  2. generate and install a kickstart configuration file into the initrd image;
  3. modify the boot loader to boot from this vmlinuz/initrd combination and use the kickstart configuration file;
  4. reboot the system and wait.

Notes:

Acknowledgement

This method was inspired by this page.


Source

Back to Hacks


Last modified: January 11 2004 12:08 EST

Paul A. Sand, pas@unh.edu