fedora-comon: Update default package set
infra/kickstart/pipeline/head This commit looks good
Details
infra/kickstart/pipeline/head This commit looks good
Details
* Install `system-upgrade` plugin for `dnf`, since we'll almost always want this in order to be able to update hosts * Do not install _sshca-cli-systemd_; this package has been deprecated and removed in favor of setting up the systemd units from Ansible * Install _python3-libdnf5_, as this is required by Ansible and will be installed by it later, so we can save a bit of time by always having it installed.master
parent
d8118e0fce
commit
bfd70ef34e
|
@ -13,7 +13,6 @@ reboot
|
|||
-NetworkManager
|
||||
-authconfig
|
||||
-dhcp-client
|
||||
-dnf-plugins-core
|
||||
-dnf-yum
|
||||
-dracut-config-rescue
|
||||
-man-db
|
||||
|
@ -27,15 +26,17 @@ reboot
|
|||
-yum
|
||||
chrony
|
||||
dnf
|
||||
dnf-command(system-upgrade)
|
||||
e2fsprogs
|
||||
grubby
|
||||
kitty-terminfo
|
||||
openssh-server
|
||||
python3-libdnf5
|
||||
python3-libselinux
|
||||
python3-policycoreutils
|
||||
rng-tools
|
||||
selinux-policy-targeted
|
||||
sshca-cli-systemd
|
||||
sshca-cli
|
||||
systemd-networkd
|
||||
%end
|
||||
|
||||
|
|
Loading…
Reference in New Issue