From 13f01e67351a870bb1acabc380d400c87f7913e0 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 14 Feb 2024 08:03:03 -0500 Subject: [PATCH] Swap to nfs-utils, not nfs-utils-coreos The `nfs-utils-coreos` package was created to not depend on Python mainly, but we are way deep into many other packages that do at this point. There's some other package that `Requires: nfs-utils` that this should fix. --- tier-1/manifest.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tier-1/manifest.yaml b/tier-1/manifest.yaml index b7143ff..03372f2 100644 --- a/tier-1/manifest.yaml +++ b/tier-1/manifest.yaml @@ -17,8 +17,7 @@ include: packages: # Include and set the default editor - nano - # Minimal NFS client - - nfs-utils-coreos + - nfs-utils # Additional firewall support; we aren't including these in RHCOS or they # don't exist in RHEL - iptables-nft iptables-services