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
If there are several connected disks, each with an EFI partition, the setup script may end up picking the wrong one to install the theme into. Ideally, it should be safe to break out of the loop once we find a valid ESP.
The findmnt command does not return empty output even if "$ESP" is empty. In this case, findmnt will default to printing information about / mount. This also affects people who have several EFI disks, even if none are mounted.
The text was updated successfully, but these errors were encountered:
smac89
added a commit
to smac89/refind-theme-nord
that referenced
this issue
Mar 18, 2024
ESP
.findmnt
command does not return empty output even if"$ESP"
is empty. In this case,findmnt
will default to printing information about/
mount. This also affects people who have several EFI disks, even if none are mounted.The text was updated successfully, but these errors were encountered: