From 128daa662c5793b9517af904486e317ccc2cb36c Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Thu, 12 Sep 2024 13:14:07 +0800 Subject: [PATCH] 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 --- tier-0/bootc.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tier-0/bootc.yaml b/tier-0/bootc.yaml index d44ee08..5cecefb 100644 --- a/tier-0/bootc.yaml +++ b/tier-0/bootc.yaml @@ -6,8 +6,9 @@ packages: # `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 + # Required by bootc install, sgdisk has been replaced by Rust crate + # in bootc https://github.com/containers/bootc/pull/775 + - xfsprogs e2fsprogs dosfstools exclude-packages: # Exclude kernel-debug-core to make sure that it doesn't somehow get