Merge branch 'remove_gdisk' into 'main'

tier-0: remove gdisk and bootc has Rust create instead

See merge request fedora/bootc/base-images!43
This commit is contained in:
Colin Walters (Red Hat) 2024-09-30 14:57:17 +00:00
commit c758998b0d
1 changed files with 3 additions and 2 deletions

View File

@ -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