Bug 436226
| Summary: | anaconda still installs packages marked as removed in kickstart | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Orion Poplawski <orion> | ||||
| Component: | anaconda | Assignee: | Chris Lumens <clumens> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | jlaska | ||||
| 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-24 23:11:23 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 430962 | ||||||
| Attachments: |
|
||||||
|
Description
Orion Poplawski
2008-03-06 00:08:53 UTC
See the following in anaconda.log: 12:16:06 CRITICAL: No Match for argument: dump 12:16:06 CRITICAL: No Match for argument: fonts-telugu 12:16:06 CRITICAL: No Match for argument: sazanami-fonts-gothic Fixed in git Created attachment 298576 [details]
anaconda.log
Tested in anaconda-11.4.0.55-1, but I appear to still see the problem.
My kickstart contains:
%packages --ignoremissing
@base
-vim-minimal
-vim-common
-vim-enhanced
%end
While the post-installed system has vim-minimal. Did deps conflict with my
-vim-minimal request?
$ grep vim install.log
Installing vim-minimal-7.1.269-2.fc9.ppc
Confirmed fixed for me. |