Bug 144986
| Summary: | Error while generating NFS installation data (supplemental spaces) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Thierry BAILLON <thierry.baillon> |
| Component: | system-config-kickstart | Assignee: | Chris Lumens <clumens> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | CC: | gewasiuk |
| 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: | 2005-01-27 21:50:46 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: | |||
This was fixed in Rawhide with an update as of version 2.5.16-1. Try the Rawhide update which also fixes a lot of other things. I'll think about issuing an FC3 update depending on the volume of people affected. Leaving open for that reason. *** Bug 146232 has been marked as a duplicate of this bug. *** Update is on the way. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 Description of problem: When using the system-config-kickstart, after a File > Save action, you see this in the config file when choosing an NFS Installation: #Use NFS installation Media nfs - - s e r v e r = 1 9 2 . 1 6 8 . 4 2 . 7 - - d i r = / k i c k s t a r t / F C 3 Seems not to severe a bug to me. Vi can help. Version-Release number of selected component (if applicable): system-config-kickstart-2.5.15-1 How reproducible: Always Steps to Reproduce: 1. Generate a kickstart config file with nfs installation setup. 2. Save the configuration 3. Edit the file and you get supplemental spaces in the NFS config line of the kickstart file. Actual Results: I get something like: #Use NFS installation Media nfs - - s e r v e r = 1 9 2 . 1 6 8 . 4 2 . 7 - - d i r = / k i c k s t a r t / F C 3 Expected Results: I expected something like: #Use NFS installation Media nfs --server=192.168.42.7 --dir=/kickstart/FC3 Additional info: