diff options
| author | sickcodes <[email protected]> | 2021-02-26 04:22:56 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-02-26 04:22:56 +0000 |
| commit | a651aa0369a5875a900a02deba319e4e0074d0d5 (patch) | |
| tree | cf077c86d149829a2da58bf2aa49efb583cff0fb /Dockerfile | |
| parent | Chown the disk image early. (diff) | |
| download | docker-osx-a651aa0369a5875a900a02deba319e4e0074d0d5.tar.xz docker-osx-a651aa0369a5875a900a02deba319e4e0074d0d5.zip | |
Change `-e NOPICKER=true` to simply do `export BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2`.
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -52,7 +52,7 @@ FROM archlinux:base-devel -MAINTAINER 'https://sick.codes' <https://sick.codes> +MAINTAINER 'https://twitter.com/sickcodes' <https://sick.codes> SHELL ["/bin/bash", "-c"] @@ -271,7 +271,7 @@ CMD sudo chown "$(id -u)":"$(id -g)" "${IMAGE_PATH}" "${BOOTDISK}" 2>/dev/null | directory* ) export IMAGE_PATH=/home/arch/OSX-KVM/mac_hdd_ng.img \ ;; \ esac \ - ; [[ "${NOPICKER}" == true ]] && mv ./Launch-nopicker.sh ./Launch.sh \ + ; [[ "${NOPICKER}" == true ]] && BOOTDISK=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2 \ ; [[ "${GENERATE_UNIQUE}" == true ]] \ && ./Docker-OSX/custom/generate-unique-machine-values.sh \ --count 1 \ |