From 0e9bf457eb50d4f6eb2be554b96bb8a02b8012ea Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 3 Sep 2024 08:48:51 -0400 Subject: [PATCH] Revert "bootc: Drop gdisk" This reverts commit 5d8e7a5f6bfbeac7d9dfe8072a29b1a1cfeb0b02. Because I was confused, bootc does require it right now. --- tier-0/bootc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tier-0/bootc.yaml b/tier-0/bootc.yaml index fbf848b..a862e6c 100644 --- a/tier-0/bootc.yaml +++ b/tier-0/bootc.yaml @@ -2,8 +2,8 @@ packages: - systemd - bootc - # Required by bootc install - - xfsprogs e2fsprogs dosfstools + # Required by bootc install today, though we'll likely switch bootc to use a Rust crate instead of sgdisk + - gdisk xfsprogs e2fsprogs dosfstools exclude-packages: # Exclude kernel-debug-core to make sure that it doesn't somehow get