Skip to content

Commit

Permalink
distro/fedora: add missing bootc install partitioning tools
Browse files Browse the repository at this point in the history
Add gdisk and dosfstools to the bootable container package set.
  • Loading branch information
achilleas-k committed Jan 29, 2024
1 parent 5323a15 commit 78459ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/distro/fedora/package_sets.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,10 @@ func bootableContainerPackageSet(t *imageType) rpmmd.PackageSet {
"crun",
"cryptsetup",
"dnf",
"dosfstools",
"e2fsprogs",
"fwupd", // if you're using linux-firmware, you probably also want fwupd
"fwupd", // if you're using linux-firmware, you probably also want fwupd
"gdisk",
"iproute", "iproute-tc", // route manipulation and QoS
"iptables", "nftables", // firewall manipulation
"iptables-services", // additional firewall support
Expand Down

0 comments on commit 78459ae

Please sign in to comment.