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:
parent
2705343660
commit
13f01e6735
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue