diff --git a/README.md b/README.md index d9da3e3..4db8cad 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,9 @@ USERNAME=pi PASSWORD=raspberry HOSTNAME=raspberrypi IMAGENAME="raspbian-lite-$(date +%Y-%m-%d)" -STAGE=2 # Build rootfs sudo ./build.sh --username=${USERNAME} --password=${PASSWORD} --hostname=${HOSTNAME} --imagename=${IMAGENAME} -# Create .img -sudo ./create-image.sh --imagename=${IMAGENAME} --stage=${STAGE} - -# Resulting image will be at images/${IMAGENAME} +# Resulting images will be in deploy/ ``` \ No newline at end of file diff --git a/images/.gitignore b/images/.gitignore deleted file mode 100644 index e69de29..0000000