Skip to content

Commit

Permalink
release: add e2fsprogs
Browse files Browse the repository at this point in the history
kubelet supports formatting an unformatted volume prior to mount, but
only if the filesystem tools are available.

We could scope this as a kubelet dependency, but the tools are useful
for debugging, and their absence could come as an unpleasant surprise
in other variants.

Signed-off-by: Ben Cressey <[email protected]>
  • Loading branch information
bcressey committed Oct 6, 2020
1 parent 684d8ed commit 34e0666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/release/release.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Requires: %{_cross_os}ca-certificates
Requires: %{_cross_os}chrony
Requires: %{_cross_os}coreutils
Requires: %{_cross_os}dbus-broker
Requires: %{_cross_os}e2fsprogs
Requires: %{_cross_os}libgcc
Requires: %{_cross_os}libstd-rust
Requires: %{_cross_os}filesystem
Expand Down

0 comments on commit 34e0666

Please sign in to comment.