diff --git a/Dockerfile.auto b/Dockerfile.auto index 01c913e..bd96127 100644 --- a/Dockerfile.auto +++ b/Dockerfile.auto @@ -120,7 +120,7 @@ RUN mkdir -p ~/.ssh \ && tee -a ~/.ssh/config <<< ' StrictHostKeyChecking no' \ && tee -a ~/.ssh/config <<< ' UserKnownHostsFile=/dev/null' -ARG COMPLETE=true +ARG COMPLETE=false # use the COMPLETE arg, for a complete image, ready to boot. # otherwise use your own image: -v "$PWD/disk.img":/image