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
ostree uses symlinks on the boot filesystem, this isn't great when that
filesystem is vfat, which can't do symlinks. Since the EFI ESP must be
vfat on most implementation, this makes ostree incompaible with sd-boot.
To allow ostree to keep making symlinks, we make a fake symlink that's
just a text file with the name of the file that would be linked to.
https://phabricator.endlessm.com/T27040
0 commit comments