Bug 62236
Summary: | kickstart reads but doesn't use ks.cfg from pxeboot nfs install | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Vince Skahan <vince.skahan> | ||||
Component: | anaconda | Assignee: | Michael Fulbright <msf> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Brock Organ <borgan> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 7.2 | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i386 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2002-04-05 12:58:26 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: | |||||||
Attachments: |
|
Description
Vince Skahan
2002-03-28 18:25:30 UTC
Created attachment 51204 [details]
config files to set up kickstart scenario
In your pxelinux.cfg/default you have to add a ":" after the IP-Address of the NFS server. In my configuration it looks like this: label linux kernel vmlinuz append initrd=initrd.img ks=nfs:192.168.0.102:/pub/RedHat/kickstart/ks.cfg Without the ":" I get the same error messages like you. And if you supply a path name rather than a file name, Anaconda looks for a file named: <IP-address>-kickstart in the specified directory. (That's what I'm using, because you can use some predefined kickstart files and simply create symbolic links for the new machines: 192.168.0.111-kickstart -> kickstart-gnome Good luck! What he said :-) actually, I'd like it reopened please. My attachment had the colon removed while saving it, it's there as indicated in the real config file (bad cut/paste job on my part). In the 'more information' category, I verified this afternoon that if I set PROMPT to zero then it does the right thing, it's just if prompt is set non-zero that the file isn't used. |