mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
Add exists exits and required serial number files for building disk
This commit is contained in:
parent
258f6b455d
commit
91131a6bbb
5 changed files with 11 additions and 8 deletions
|
@ -183,6 +183,8 @@ download_qcow_efi_folder () {
|
|||
|
||||
|
||||
generate_serial_sets () {
|
||||
[[ -e ./config-nopicker-custom.plist ]] || wget https://raw.githubusercontent.com/sickcodes/Docker-OSX/custom-identity/custom/config-nopicker-custom.plist
|
||||
[[ -e ./opencore-image-ng.sh ]] || wget https://raw.githubusercontent.com/sickcodes/Docker-OSX/custom-identity/custom/opencore-image-ng.sh && chmod +x opencore-image-ng.sh
|
||||
mkdir -p "${OUTPUT_DIRECTORY}/envs"
|
||||
export DATE_NOW="$(date +%F-%T)"
|
||||
export DEVICE_MODEL="${DEVICE_MODEL:=iMacPro1,1}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue