diff options
| author | sickcodes <[email protected]> | 2021-03-24 18:14:05 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-03-24 18:14:05 +0000 |
| commit | 27cd8247eeb2c293a3a61005e05e7540ebf95caa (patch) | |
| tree | b8e9ab1a7cfb13352be8cbd76a1e9ef27810269e /Dockerfile | |
| parent | Add all ENV variables to each dockerfile for readability. Add RAM allocation ... (diff) | |
| download | docker-osx-27cd8247eeb2c293a3a61005e05e7540ebf95caa.tar.xz docker-osx-27cd8247eeb2c293a3a61005e05e7540ebf95caa.zip | |
Substitution if not null only
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ RUN touch Launch.sh \ && tee -a Launch.sh <<< 'sudo chown -R $(id -u):$(id -g) /dev/snd 2>/dev/null || true' \ && tee -a Launch.sh <<< 'exec qemu-system-x86_64 -m ${RAM:-2}000 \' \ && tee -a Launch.sh <<< '-cpu Penryn,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check \' \ - && tee -a Launch.sh <<< '-machine q35,${KVM:-"accel=kvm:tcg"} \' \ + && tee -a Launch.sh <<< '-machine q35,${KVM-"accel=kvm:tcg"} \' \ && tee -a Launch.sh <<< '-smp ${CPU_STRING:-${SMP:-4},cores=${CORES:-4}} \' \ && tee -a Launch.sh <<< '-usb -device usb-kbd -device usb-tablet \' \ && tee -a Launch.sh <<< '-device isa-applesmc,osk=ourhardworkbythesewordsguardedpleasedontsteal\(c\)AppleComputerInc \' \ |