mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
build_duet: Update to new unified ImageTool
This commit is contained in:
parent
633d4c3a8e
commit
f4ca7b10dc
@ -27,7 +27,7 @@ imgbuild() {
|
||||
|
||||
echo "Generating Loader Image..."
|
||||
|
||||
ImageTool "${arch}" Rebase 0x10000 "${BUILD_DIR_ARCH}/EfiLoader.efi" "${BUILD_DIR_ARCH}/EfiLoaderRebased.efi" || exit 1
|
||||
ImageTool Rebase 0x10000 "${BUILD_DIR_ARCH}/EfiLoader.efi" "${BUILD_DIR_ARCH}/EfiLoaderRebased.efi" || exit 1
|
||||
|
||||
"${FV_TOOLS}/EfiLdrImage" -o "${BUILD_DIR}/FV/Efildr${arch}" \
|
||||
"${BUILD_DIR_ARCH}/EfiLoaderRebased.efi" "${BUILD_DIR}/FV/DxeIpl${arch}.z" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user