Bug #31978
Automated Fedora provisioning fails with Kickstart default due to the missing redhat-lsb-core
Pull request:
Fixed in Releases:
Found in Releases:
Associated revisions
History
#1
Updated by The Foreman Bot about 1 year ago
- Assignee set to Marek Hulán
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8360 added
#2
Updated by The Foreman Bot 12 months ago
- Fixed in Releases 3.0.0 added
#3
Updated by Marek Hulán 12 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|5d04823a659a20920e457d75654041d3d47826b0.
#4
Updated by Tomer Brisker 9 months ago
- Category set to Templates
Fixes #31978 - fix the automated provisioning of Fedora
Fedora does not have redhat-lsb-core package available and the installer
fails, interactively asking the user if the package should be ignored.
We should skip this package for Fedora in the default template.
During testing we realized this is no longer necessary for Facter and we
can drop this. OS facts still contain enough information for OS
detection.