Codebase list live-build / f98a061
Call binary_efi after binary_hooks to include the files after they have been customized by the binary hooks. Raphaël Hertzog 9 years ago
2 changed file(s) with 12 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 live-build (3.0.5-1kali7) kali; urgency=medium
1
2 * Call binary_efi after binary_hooks to include the files after they have
3 been customized by the binary hooks.
4
5 -- Raphaël Hertzog <[email protected]> Mon, 21 Jul 2014 23:20:58 +0200
6
07 live-build (3.0.5-1kali6) kali; urgency=medium
18
29 * Use the xorriso syntax that doesn't create a GPT but does create
88
99 --- a/scripts/build/binary
1010 +++ b/scripts/build/binary
11 @@ -71,6 +71,8 @@ lb binary_disk ${@}
12 lb binary_loadlin ${@}
11 @@ -72,6 +72,9 @@ lb binary_loadlin ${@}
1312 lb binary_win32-loader ${@}
1413 lb binary_includes ${@}
15 +lb binary_efi ${@} # After includes because it copies files that can be
16 + # overriden by binary_includes in efi.img
1714 lb binary_hooks ${@}
15 +lb binary_efi ${@} # After includes/hooks because it copies in efi.img
16 + # files that can be overriden by binary_includes and
17 + # modified by binary_hooks
1818 lb binary_checksums ${@}
1919
20 if [ "${LB_BUILD_WITH_CHROOT}" != "true" ]
2021 --- a/scripts/build/binary_iso
2122 +++ b/scripts/build/binary_iso
2223 @@ -88,6 +88,23 @@ fi