tier-0: pull in iptables-nft instead of iptables-legacy
As per the comment, currently we're pulling in iptables-legacy because for some reason the `iptables` Provides is fulfilled by that instead of iptables-nft. Explicitly name the latter to avoid this. Note in tier-1 we do pull iptables-nft only because it's explicitly named there.
This commit is contained in:
parent
a3629ba21a
commit
55609b1d19
|
|
@ -2,6 +2,10 @@
|
|||
packages:
|
||||
- systemd
|
||||
- bootc
|
||||
# bootc pulls in podman, which pulls in containers-common, which wants
|
||||
# `iptables`. Currently that pulls in iptables-legacy. Let's explicitly name
|
||||
# iptables-nft instead to satisfy it.
|
||||
- iptables-nft
|
||||
# Required by bootc install today, though we'll likely switch bootc to use a Rust crate instead of sgdisk
|
||||
- gdisk xfsprogs e2fsprogs dosfstools
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue