aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.naked
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-11-30 20:32:09 +0000
committersickcodes <[email protected]>2021-11-30 20:32:09 +0000
commit0202359871b36194292ce6f644b7534918772f18 (patch)
tree31150ff8d3fbe0e541c45ae8685683371dbffbbd /Dockerfile.naked
parentAdd default BASESYSTEM_FORMAT variables (diff)
downloaddocker-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.naked')
-rw-r--r--Dockerfile.naked6
1 files changed, 4 insertions, 2 deletions
diff --git a/Dockerfile.naked b/Dockerfile.naked
index 3a10efc..ec7a5db 100644
--- a/Dockerfile.naked
+++ b/Dockerfile.naked
@@ -40,6 +40,7 @@ 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
@@ -334,10 +335,11 @@ ENV KVM='accel=kvm:tcg'
# ENV NETWORKING=e1000-82545em
ENV NETWORKING=vmxnet3
-ENV NOPICKER=true
+# boolean for skipping the disk selection menu at in the boot process
+ENV NOPICKER=false
# dynamic RAM options for runtime
-ENV RAM=3
+ENV RAM=4
# ENV RAM=max
# ENV RAM=half