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:
commit
c758998b0d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue