-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deploy: Create fake symlinks when on FAT filesystems
When trying to deploy on a vfat partitions, such as the EFI ESP, we fail to create the loader symlink, and deployment fails. We'd like to use sd-boot, which only works with the ESP, so we need a way to deploy without using symlinks. For a quick and dirty minimally invasive fix, I've made deployment create a bogus symlink - a text file named loader.sln that contains the name of the real loader dir. I've modified systemd-boot to read these bogus symlinks as well. https://phabricator.endlessm.com/T27040
- Loading branch information
1 parent
1319537
commit 052f2fd
Showing
2 changed files
with
89 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters