From 2bc5b218c42b4894f40e8a9ec5593a3a23c079fd Mon Sep 17 00:00:00 2001 From: Charles Cross Date: Thu, 5 May 2016 17:12:08 -0700 Subject: [PATCH] Removed images dir, updated readme example --- README.md | 6 +----- images/.gitignore | 0 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 images/.gitignore 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