16.6. Using a Kickstart File for a Hands-off Fedora Linux Installation

You have created your perfect ks.cfg file, and now you want to use it to control a new Fedora Linux installation.

You have several options:

All kinds of ingenious admins have tried to figure out how to use Kickstart to assign ordinary user accounts. In my opinion, the easiest way is to add them manually after installation.

Assigning hostnames can be automated by configuring your DHCP server to assign hostnames by MAC address. In Dnsmasq, use a line like this:

	dhcp-host=11:22:33:44:55:66,arnold

If you're using the ISC DHCP server, add lines like this to dhcpd.conf:

	host mrhaney {
	     hardware ethernet 08:00:07:26:c0:a5;
	}

See Chapter 4 for some good recipes on configuring a Dnsmasq DHCP/DNS server.