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

Fixes for UKI without sd-boot, UKI with legacy installkernel, and rEFInd #51

Closed
wants to merge 6 commits into from

Commits on Apr 23, 2024

  1. blspec.py: clean-up type 2 (uki) also if no type 1 directory present

    On systems without systemd-boot we might still install and boot UKIs,
    with e.g. refind, or directly from firmware. On such systems the 'loader'
    directory (bls type 1) won't be present. Instead we only have the
    ESP/EFI/Linux directory (bls type 2), which we still want to clean-up.
    
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
    Nowa-Ammerlaan committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1e94922 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. ecleankernel/layout: clean-up rEFInd icon files

    Closes: projg2#49
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
    Nowa-Ammerlaan committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a7122fd View commit details
    Browse the repository at this point in the history
  2. test: add rEFInd icon files to tests for std and bls

    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
    Nowa-Ammerlaan committed May 8, 2024
    Configuration menu
    Copy the full SHA
    30b8b8c View commit details
    Browse the repository at this point in the history
  3. ecleankernel/layout: do not hardcode os id/name

    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
    Nowa-Ammerlaan committed May 8, 2024
    Configuration menu
    Copy the full SHA
    bdbc732 View commit details
    Browse the repository at this point in the history
  4. *{blspec.py,std.py}: update copyright headers

    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
    Nowa-Ammerlaan committed May 8, 2024
    Configuration menu
    Copy the full SHA
    dee2b2e View commit details
    Browse the repository at this point in the history
  5. tox.ini: move mypy to main testenv

    this works around a bug in tox.ini where it does not take into account
    the dependencies of the package
    
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
    Nowa-Ammerlaan committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a754019 View commit details
    Browse the repository at this point in the history