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.
This commit is contained in:
Colin Walters 2024-02-14 08:03:03 -05:00
parent 2705343660
commit 13f01e6735
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ include:
packages: packages:
# Include and set the default editor # Include and set the default editor
- nano - nano
# Minimal NFS client - nfs-utils
- nfs-utils-coreos
# Additional firewall support; we aren't including these in RHCOS or they # Additional firewall support; we aren't including these in RHCOS or they
# don't exist in RHEL # don't exist in RHEL
- iptables-nft iptables-services - iptables-nft iptables-services