mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-26 04:01:29 +08:00
Remove envsubst to allow interactive QEMU using -i
This commit is contained in:
parent
95c7ee6792
commit
6243c33e47
@ -219,7 +219,7 @@ CMD echo "${BOILERPLATE}" \
|
||||
/usr/bin/ssh-keygen -t rsa -f ~/.ssh/id_docker_osx -q -N "" \
|
||||
&& chmod 600 ~/.ssh/id_docker_osx \
|
||||
; } \
|
||||
; envsubst < ./Launch.sh | bash \
|
||||
; /bin/bash -c ./Launch.sh \
|
||||
& echo "Booting Docker-OSX in the background. Please wait..." \
|
||||
; until [[ "$(sshpass -palpine ssh-copy-id -f -i ~/.ssh/id_docker_osx.pub -p 10022 user@127.0.0.1)" ]]; do \
|
||||
echo "Disk is being copied between layers. Repeating until able to copy SSH key into OSX..." \
|
||||
|
@ -177,4 +177,4 @@ CMD sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${ENV}" || true
|
||||
--height "${HEIGHT:-1080}" \
|
||||
--output-bootdisk "${BOOTDISK:=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore.qcow2}" \
|
||||
; } \
|
||||
; ./enable-ssh.sh && envsubst < ./Launch.sh | bash
|
||||
; ./enable-ssh.sh && /bin/bash -c ./Launch.sh
|
||||
|
Loading…
Reference in New Issue
Block a user