Skip to content

Commit

Permalink
tier-0: remove gdisk and bootc has Rust create instead
Browse files Browse the repository at this point in the history
bootc has a Rust create containers/bootc#775
to replace gdisk which has been removed by c10s and RHEL-10

Signed-off-by: Xiaofeng Wang <[email protected]>
  • Loading branch information
VirtQE-S1 committed Sep 30, 2024
1 parent 1eb0317 commit 128daa6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tier-0/bootc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 128daa6

Please sign in to comment.