diff options
author | Ronny Standtke <ronny.standtke@gmx.net> | 2019-09-20 19:12:28 +0200 |
---|---|---|
committer | Raphaƫl Hertzog <raphael@offensive-security.com> | 2019-12-19 18:24:55 +0100 |
commit | 97e8070b720cbfed95504badcf16a8d85805f39f (patch) | |
tree | 0ee850d52fe112160eb96970e07dfa5284f19a50 /scripts | |
parent | 44b9b0a6501476de594ce3783cea5df0c141478c (diff) | |
download | vyos-live-build-97e8070b720cbfed95504badcf16a8d85805f39f.tar.gz vyos-live-build-97e8070b720cbfed95504badcf16a8d85805f39f.zip |
Run binary_hooks after binary_grub-efi
That way it becomes possible to customize grub-efi files.
Closes: #940846
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/binary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary b/scripts/build/binary index 59d835b3c..bccdea62d 100755 --- a/scripts/build/binary +++ b/scripts/build/binary @@ -68,8 +68,8 @@ lb binary_disk ${@} lb binary_loadlin ${@} lb binary_win32-loader ${@} lb binary_includes ${@} -lb binary_hooks ${@} lb binary_grub-efi ${@} +lb binary_hooks ${@} lb binary_checksums ${@} if [ "${LB_BUILD_WITH_CHROOT}" != "true" ] |