OpenCorePkg/Utilities/LegacyBoot/BootInstall_IA32.tool

6 lines
88 B
Bash
Executable File

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