From bfd70ef34e505202935789e7680bf88078526cc5 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 14 Sep 2025 15:14:27 -0500 Subject: [PATCH] fedora-comon: Update default package set * 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. --- fedora-common.ks | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fedora-common.ks b/fedora-common.ks index cb7e371..2330f1f 100644 --- a/fedora-common.ks +++ b/fedora-common.ks @@ -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