Merge "fedora-container: install dnf-plugins-core"

This commit is contained in:
Zuul 2021-07-07 06:51:05 +00:00 committed by Gerrit Code Review
commit 7831d71066
2 changed files with 4 additions and 18 deletions

View File

@ -1,4 +1,5 @@
audit: audit:
dnf-plugins-core:
dracut: dracut:
dracut-config-generic: dracut-config-generic:
grubby: grubby:
@ -11,10 +12,3 @@ linux-firmware:
uninstall: true uninstall: true
linux-firmware-whence: linux-firmware-whence:
uninstall: true uninstall: true
# NOTE(ianw) pkg-map restricts this to !rhel/centos 7; in 7
# the "initscripts" package handles basic networking, in
# 8+ it's the role of NetworkManager and dhcp-client. This
# mirrors the default packages installed in upstream cloud images
# to facilitate a basic network.
NetworkManager:
dhcp-client:

View File

@ -1,16 +1,8 @@
{ {
"release": { "family": {
"centos": { "redhat": {
"7": { "lsb_release": "redhat-lsb-core"
"NetworkManager": "",
"dhcp-client": ""
}
} }
},
"family": {
"redhat": {
"lsb_release": "redhat-lsb-core"
}
} }
} }