mirror of
https://github.com/sickcodes/osx-serial-generator.git
synced 2024-11-26 22:10:30 +00:00
Only download EFI and OcBinaryData if using libguestfs to make a bootable image.
This commit is contained in:
parent
66799e33d2
commit
8c61f5cafd
@ -384,7 +384,9 @@ EOF
|
||||
[ -d "${OUTPUT_DIRECTORY}" ] || mkdir -p "${OUTPUT_DIRECTORY}"
|
||||
[ -e ./macserial ] || build_mac_serial
|
||||
download_vendor_mac_addresses
|
||||
download_qcow_efi_folder
|
||||
if [ "${CREATE_BOOTDISKS}" ] || [ "${OUTPUT_BOOTDISK}" ]; then
|
||||
download_qcow_efi_folder
|
||||
fi
|
||||
generate_serial_sets
|
||||
echo "${SERIAL_SETS_FILE}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user