We need to do a relative link to efi instead of an absolute link into
the build tree.
Sponsored by: Netflix
Differential D36941
release: link from /boot/msdos to efi imp on Oct 11 2022, 7:08 PM. Authored by Tags None Referenced Files
Subscribers
Details
We need to do a relative link to efi instead of an absolute link into Sponsored by: Netflix
Diff Detail
Event TimelineComment Actions It helped that I saw the email and had two thoughts "hey, I know how to fix that" and "WTF was I on when I wrote the code not to know that" Comment Actions Hmm. I'm actually wondering if it should be ln -s /boot/efi ${DESTDIR}/boot/msdos I think as-is, this will create a link from /efi. Or am I overthinking/overlooking something? Comment Actions For:
msdos points to efi in the same directory. No implicit / generation. For:
msdos points to /boot/efi . Both ways reach the same file, as long as msdos is not moved to a different directory anyway. |