Bug 334881

Summary: anaconda does not use kickstart file through nfs
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-17 20:41:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Orion Poplawski 2007-10-16 17:33:17 UTC
Description of problem:

Doing PXE/kickstart install. ks file is on nfs server.  Anaconda logs indicate:

file location: nfs://saga:/export/data1/ks/rawhide-desktop.cfg
setting up kickstart


but then it is prompting me for language, keyboard, install location, etc.

Version-Release number of selected component (if applicable):
anaconda-11.3.0.39-2

Comment 1 Chris Lumens 2007-10-17 20:41:59 UTC
The correct syntax here is ks=nfs:saga:/export/data1/ks/rawhide-desktop.cfg.

If it's failing to download the kickstart file, you should at least be getting
the dialog box prompting you to enter a new location.  Are you not getting that
dialog box?

Comment 2 Orion Poplawski 2007-10-18 15:41:39 UTC
Sorry, my bad.  Somehow the rawhide-desktop.cfg was actually a directory and not
a file on my server and I didn't notice until I poked around further.

nfs found it, but since it didn't contain anything nothing happened.  http
returns an error so it prompted for a new file location (which is what spurred
me to check further).