tier-0: remove gdisk and bootc has Rust create instead
bootc has a Rust create https://github.com/containers/bootc/pull/775 to replace gdisk which has been removed by c10s and RHEL-10 Signed-off-by: Xiaofeng Wang <xiaofwan@redhat.com>
This commit is contained in:
parent
1eb031710f
commit
128daa662c
|
|
@ -6,8 +6,9 @@ packages:
|
||||||
# `iptables`. Currently that pulls in iptables-legacy. Let's explicitly name
|
# `iptables`. Currently that pulls in iptables-legacy. Let's explicitly name
|
||||||
# iptables-nft instead to satisfy it.
|
# iptables-nft instead to satisfy it.
|
||||||
- iptables-nft
|
- iptables-nft
|
||||||
# Required by bootc install today, though we'll likely switch bootc to use a Rust crate instead of sgdisk
|
# Required by bootc install, sgdisk has been replaced by Rust crate
|
||||||
- gdisk xfsprogs e2fsprogs dosfstools
|
# in bootc https://github.com/containers/bootc/pull/775
|
||||||
|
- xfsprogs e2fsprogs dosfstools
|
||||||
|
|
||||||
exclude-packages:
|
exclude-packages:
|
||||||
# Exclude kernel-debug-core to make sure that it doesn't somehow get
|
# Exclude kernel-debug-core to make sure that it doesn't somehow get
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue