mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
Add -e MASTER_PLIST_URL to change the input config.plist at runtime.
This commit is contained in:
parent
3f4c0c6bd4
commit
377c4e7cc5
4 changed files with 9 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ CMD echo "${BOILERPLATE}" \
|
|||
; } \
|
||||
; [[ "${GENERATE_UNIQUE}" == true ]] && { \
|
||||
./Docker-OSX/custom/generate-unique-machine-values.sh \
|
||||
--master-plist-url="${MASTER_PLIST_URL}" \
|
||||
--count 1 \
|
||||
--tsv ./serial.tsv \
|
||||
--bootdisks \
|
||||
|
|
@ -163,6 +164,7 @@ CMD echo "${BOILERPLATE}" \
|
|||
; [[ "${GENERATE_SPECIFIC}" == true ]] && { \
|
||||
source "${ENV:=/env}" \
|
||||
|| ./Docker-OSX/custom/generate-specific-bootdisk.sh \
|
||||
--master-plist-url="${MASTER_PLIST_URL}" \
|
||||
--model "${DEVICE_MODEL}" \
|
||||
--serial "${SERIAL}" \
|
||||
--board-serial "${BOARD_SERIAL}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue