OpenCorePkg/Utilities/LegacyBoot/BootInstall_X64_BlockIO.tool
2023-07-23 19:21:53 -05:00

7 lines
117 B
Bash
Executable File

#!/bin/bash
cd "$(dirname "$0")" || exit 1
export ARCHS=X64
export DUET_SUFFIX="-blockio"
source BootInstallBase.sh