Revert "bootc: Drop gdisk"
This reverts commit 5d8e7a5f6b.
Because I was confused, bootc does require it right now.
This commit is contained in:
parent
3f6db2ef2e
commit
0e9bf457eb
|
|
@ -2,8 +2,8 @@
|
||||||
packages:
|
packages:
|
||||||
- systemd
|
- systemd
|
||||||
- bootc
|
- bootc
|
||||||
# Required by bootc install
|
# Required by bootc install today, though we'll likely switch bootc to use a Rust crate instead of sgdisk
|
||||||
- xfsprogs e2fsprogs dosfstools
|
- gdisk 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue