File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ ARG SIZE=200G
6161
6262# OPTIONAL: Arch Linux server mirrors for super fast builds
6363# set RANKMIRRORS to any value other that nothing, e.g. -e RANKMIRRORS=true
64+
65+ RUN perl -i -p -e s/^\# Color/Color$'\n ' ParallelDownloads\ =\ 30/g /etc/pacman.conf
6466ARG RANKMIRRORS
6567ARG MIRROR_COUNTRY=US
6668ARG MIRROR_COUNT=10
@@ -321,7 +323,7 @@ ENV IMAGE_FORMAT=qcow2
321323
322324ENV KVM=' accel=kvm:tcg'
323325
324- ENV MASTER_PLIST_URL="https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-nopicker- custom.plist"
326+ ENV MASTER_PLIST_URL="https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist"
325327
326328# ENV NETWORKING=e1000-82545em
327329ENV NETWORKING=vmxnet3
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ ARG SIZE=200G
4040
4141# OPTIONAL: Arch Linux server mirrors for super fast builds
4242# set RANKMIRRORS to any value other that nothing, e.g. -e RANKMIRRORS=true
43+ RUN perl -i -p -e s/^\#Color/Color$'\n'ParallelDownloads\ =\ 30/g /etc/pacman.conf
4344ARG RANKMIRRORS
4445ARG MIRROR_COUNTRY=US
4546ARG MIRROR_COUNT=10
@@ -334,10 +335,11 @@ ENV KVM='accel=kvm:tcg'
334335# ENV NETWORKING=e1000-82545em
335336ENV NETWORKING=vmxnet3
336337
337- ENV NOPICKER=true
338+ # boolean for skipping the disk selection menu at in the boot process
339+ ENV NOPICKER=false
338340
339341# dynamic RAM options for runtime
340- ENV RAM=3
342+ ENV RAM=4
341343# ENV RAM=max
342344# ENV RAM=half
343345
You can’t perform that action at this time.
0 commit comments