So, I've been trying to get a kickstart install with Red Hat Enterprise Linux 6.2 to work, using the package repo on the DVD. As such, I've tried using the following line in my ks.cfg
:
repo --name="Red Hat Enterprise Linux" --baseurl=cdrom:sr0 --cost=100
However, that doesn't seem to work. The installer can't find the repo, and the install fails. Have I got the repo
syntax wrong?
UPDATE: It looks like I've got a more serious problem. Even if I boot without using the kickstart file, the installer reports that there is a problem with the generation of my install tree. I'm going to go ahead and run this install manually now, but it is a bummer that I can't get kickstart to work. :(