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

Explicitly pull in more filesystem packages #1344

Merged
merged 1 commit into from
Sep 7, 2023

Commits on Sep 7, 2023

  1. Explicitly pull in more filesystem packages

    Turns out we've been relying on udisks2 dependencies to pull in
    several filesystem tools packages that anaconda actually needs
    to create and read supported filesystems. udisks2 just changed
    all those dependencies to Recommends, which don't get pulled
    into the installer environment. So we need lorax to specifically
    list all of these. e2fsprogs was already being pulled in through
    some other dep chain, but let's explicitly list it just to make
    sure we don't hit the same problem in future. From a look through
    the blivet code, I don't think pulling in udftools, exfatprogs
    or nilfs-utils will be useful, but we can check that with
    @vojtechtrefny .
    
    Signed-off-by: Adam Williamson <[email protected]>
    AdamWill committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    cce0772 View commit details
    Browse the repository at this point in the history