Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add e2fsprogs #1147

Merged
merged 3 commits into from
Oct 6, 2020
Merged

add e2fsprogs #1147

merged 3 commits into from
Oct 6, 2020

Commits on Oct 6, 2020

  1. build e2fsprogs

    Signed-off-by: Ben Cressey <bcressey@amazon.com>
    bcressey committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    96316ff View commit details
    Browse the repository at this point in the history
  2. libdbus: do not exclude attribution file

    The attribution file was incorrectly omitted from the package by the
    bulk exclusion on the /usr/share path.
    
    While we're in here, fix a minor warning about paths listed twice.
    
    Signed-off-by: Ben Cressey <bcressey@amazon.com>
    bcressey committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    684d8ed View commit details
    Browse the repository at this point in the history
  3. release: add e2fsprogs

    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 <bcressey@amazon.com>
    bcressey committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    34e0666 View commit details
    Browse the repository at this point in the history