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

Automatic bootupd support #5342

Merged

Commits on Nov 29, 2023

  1. ostree: Use bootupd if installed by payload

    Original commit message from Colin Walters was:
    
    The https://github.com/coreos/bootupd project was created to fill
    the gap in bootloader management for ostree-based systems.
    
    When it was created, it was just integrated into Fedora CoreOS
    and derivatives; this left the Atomic Desktops (Silverblue etc.)
    as unfixed, and it was never used by RHEL for Edge.
    
    This PR is aiming to circle back and close that gap.  We
    detect if bootupd is in the target root; if it is, then
    we skip the regular bootloader work, and just run bootupd to
    perform the installation.
    
    The other hacks we have around the grub config are no longer
    necessary in this mode.
    VladimirSlavik committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8e690d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d42d2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af31179 View commit details
    Browse the repository at this point in the history