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

Add support for GRUB patches from SUSE #321

Merged
merged 1 commit into from
Apr 8, 2024

Commits on Mar 10, 2024

  1. Add support for GRUB patches from SUSE

    Some GRUBs out there (Fedora, openSUSE) have an option that makes all
    paths relative to the default subvolume of the filesystem. This can be
    used to include /boot in your snapshots and roll them back without
    having to regenerate grub.cfg.
    
    However, enabling that option will break grub-btrfs, because loading the
    kernel from a different snapshot requires the paths to be absolute.
    
    To make this work, GRUB has to be told explicitly to access the root
    subvolume when booting to a snapshot.
    StollD committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    ece8d87 View commit details
    Browse the repository at this point in the history