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

sdboot: forward port content from PR#5297 #5458

Merged
merged 2 commits into from
Feb 8, 2024

Commits on Feb 6, 2024

  1. storage: Handle live images and inst.sdboot

    Live images are already installed with grub2 and cannot be changed on
    the fly to systemd-boot (well at least without a lot of extra
    work). In case the user passed one of the systemd-boot options to
    anaconda, we should be a bit more graceful than failing to run the
    updateloader entries script as currently happens.
    
    This change, when run on non webUI installs results in a popup
    notifying the user there is an error in the bootloader configuration
    and asking if they would like to ignore it.
    
    Resolves: rhbz#2234638
    Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
    jlintonarm authored and KKoukiou committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f055de3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. storage: Allow systemd-boot only for package installations

    The installer is not able to verify requirements of the selected bootloader with
    other types of payload, like live images and rpmostree installations. Let's
    allow systemd-boot only for package installations for now and deal with other
    use cases later.
    
    Related: rhbz#2234638
    poncovka authored and jkonecny12 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a064c6a View commit details
    Browse the repository at this point in the history