In testing bug 334881, I tried to run a kickstart install with this on the commandline: ks=nfs://hank:/mnt/qa/scratch/wwoods/f8-default-ks.cfg loader fails to fetch this file, and gives me the "Error downloading kickstart file" dialog to allow me to fix the URI. I corrected it to: nfs:hank:/mnt/qa/scratch/wwoods/f8-default-ks.cfg which *should* work - it works if I pass this on the boot commandline - but loader doesn't retry the mount, so it doesn't work. Here are the relevant log messages: INFO : doing kickstart... setting it up INFO : reverse name lookup worked INFO : url is //hank:/mnt/qa/scratch/wwoods/f8-default-ks.cfg INFO : file location: nfs:////hank:/mnt/qa/scratch/wwoods/f8-default-ks.cfg ERROR : failed to mount nfs source [here I fix the parameter and hit OK] ERROR : getFileFromNfs: no client IP information [the above message is emitted every time I hit OK]
This will be fixed in the next build of anaconda.