From b291dee68cedfc1069f4f1d2e0c5e8a13918c68c Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 8 Jul 2021 11:38:50 -0400 Subject: [PATCH] Add bind-utils, skip iwl*-firmware, and alphabatize packages --- confluent_osdeploy/el7/profiles/default/kickstart | 7 ++++--- confluent_osdeploy/el8/profiles/default/kickstart | 8 +++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/confluent_osdeploy/el7/profiles/default/kickstart b/confluent_osdeploy/el7/profiles/default/kickstart index b6512f0d..07e0cb7a 100644 --- a/confluent_osdeploy/el7/profiles/default/kickstart +++ b/confluent_osdeploy/el7/profiles/default/kickstart @@ -35,10 +35,11 @@ reboot %packages #-kernel-uek # This can opt out of the UEK for the relevant distribution chrony -rsync -python -tar pciutils +python +rsync +tar +-iwl*-firmware %include /tmp/addonpackages %end diff --git a/confluent_osdeploy/el8/profiles/default/kickstart b/confluent_osdeploy/el8/profiles/default/kickstart index 25f476da..3a2a7ff8 100644 --- a/confluent_osdeploy/el8/profiles/default/kickstart +++ b/confluent_osdeploy/el8/profiles/default/kickstart @@ -35,11 +35,13 @@ reboot %packages @^minimal-environment #-kernel-uek # This can opt out of the UEK for the relevant distribution +bind-utils chrony -rsync -python3 -tar pciutils +python3 +rsync +tar +-iwl*-firmware %include /tmp/addonpackages %include /tmp/cryptpkglist %end