OpenXT / openxt

Base OpenXT build scripts
48 stars 39 forks source link

Stable-8: OXT-1484: Stop using grubx64.efi symlink #336

Closed jandryuk closed 5 years ago

jandryuk commented 5 years ago

grubx64.efi is a convenience symlink to grub-efi-bootx64.efi. Unfortunately, it can get set to grub-efi-bootia32.efi if grub-efi-native:do_deploy runs after grub-efi. This breaks the build with cp: cannot stat ‘tmp-glibc/deploy/images/openxt-installer/grubx64.efi’: No such file or directory

Just copy the actual file and avoid the symlink.

OXT-1484

Signed-off-by: Jason Andryuk jandryuk@gmail.com (cherry picked from commit b4dc32d8da0442cdb06f437c9d8a81f1bad38b19)

eric-ch commented 5 years ago

Build $1866

eric-ch commented 5 years ago

Will merge soon.