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

grub2-15_ostree: Graceful exit if /etc/default/grub doesn't exist #3150

Merged
merged 2 commits into from
Feb 1, 2024

Commits on Jan 31, 2024

  1. grub2-15_ostree: Graceful exit if /etc/default/grub doesn't exist

    With the new bootupd installation path in Anaconda, the
    `/etc/default/grub` config file is not written anymore as we are only
    using BLS configs with new enough bootloaders.
    
    We thus don't need to generate (duplicated) legacy boot entries.
    
    We still need to keep this logic in place in Atomic Desktops
    (Silverblue, etc.) until we've actually landed bootupd there and forced
    a bootloader update for everybody.
    
    See: fedora-silverblue/issue-tracker#530
    See: fedora-silverblue/issue-tracker#120
    See: https://fedoraproject.org/wiki/Changes/FedoraSilverblueBootupd
    travier committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c281da8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5203d6d View commit details
    Browse the repository at this point in the history