Please don't post HTML to mailing lists. On Tue, 7 Dec 2004, Robinson, Andrew W. wrote: >I had a repository of Red Hat Enterprise Linux 3 on an existing >partition on a server I'm attempting to build. When I pointed the >kickstart file to this repository, the installation failed with a >message saying it could not find the installation iso files. My >kickstart entry looked like this: > >install > >harddrive -partition=sda4 -dir=/RHEL Shouldn't that be: install harddrive --partition=sda4 --dir=/RHEL See /usr/share/doc/anaconda-*/kickstart-docs.txt Cheers, Phil