Removed images dir, updated readme example

pull/5/head
Charles Cross 2016-05-05 17:12:08 -07:00
parent 134671a5fb
commit 2bc5b218c4
2 changed files with 1 additions and 5 deletions

View File

@ -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/
```

0
images/.gitignore vendored
View File