You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install-grub.pl: use findmnt to get the boot filesystem
The current implementation of GetFS uses heuristics to find the best
filesystem for the given boot path. Using findmnt is more robust.
Specifically, this fixes mounting tmpfs on / for [NixOS
impermanence](https://github.com/nix-community/impermanence).
Before this change, GetFs would incorrectly match /boot to the tmpfs
filesystem, resulting in a broken grub config.
0 commit comments