diff options
| author | sickcodes <[email protected]> | 2021-11-30 20:32:09 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-11-30 20:32:09 +0000 |
| commit | 0202359871b36194292ce6f644b7534918772f18 (patch) | |
| tree | 31150ff8d3fbe0e541c45ae8685683371dbffbbd /Dockerfile | |
| parent | Add default BASESYSTEM_FORMAT variables (diff) | |
| download | docker-osx-0202359871b36194292ce6f644b7534918772f18.tar.xz docker-osx-0202359871b36194292ce6f644b7534918772f18.zip | |
Revert normal Dockerfile to have a picker. Massively increase build speed. 4G RAM minimum
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -61,6 +61,8 @@ ARG SIZE=200G # OPTIONAL: Arch Linux server mirrors for super fast builds # set RANKMIRRORS to any value other that nothing, e.g. -e RANKMIRRORS=true + +RUN perl -i -p -e s/^\#Color/Color$'\n'ParallelDownloads\ =\ 30/g /etc/pacman.conf ARG RANKMIRRORS ARG MIRROR_COUNTRY=US ARG MIRROR_COUNT=10 @@ -321,7 +323,7 @@ ENV IMAGE_FORMAT=qcow2 ENV KVM='accel=kvm:tcg' -ENV MASTER_PLIST_URL="https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-nopicker-custom.plist" +ENV MASTER_PLIST_URL="https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist" # ENV NETWORKING=e1000-82545em ENV NETWORKING=vmxnet3 |