Bug 430068
Summary: | directives cannot be overridden in inherited kickstart | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Rahul Sundaram <sundaram> |
Component: | pykickstart | Assignee: | Chris Lumens <clumens> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | smohan |
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: | 2008-03-31 21:02:22 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
Rahul Sundaram
2008-01-24 11:35:18 UTC
The repo command is special because it can be given multiple times in a single kickstart file. Every time the repo command is seen, another repo object is constructed and appended to a list. I bet you've got both the base file's repos and the second file's repos included. What does your code look like? Yes. I have repository configurations in both the files. Is there a way to set a priority to a particular repository? You can use repo --priority= That works. Thank you. please ensure that this option is well documented. If all other directives can be overridden, feel free to close this bug. |