OpenXT / openxt

Base OpenXT build scripts
48 stars 39 forks source link

Stop using grubx64.efi symlink #334

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

I tested the do_build code path, but I don't have a build-scripts setup to test that one.

rneilturner commented 5 years ago

+1, ran into this problem recently.

jean-edouard commented 5 years ago

Built here: http://openxt-builder.ainfosec.com:8010/builders/openxt/builds/1845

jean-edouard commented 5 years ago

Merging soon.