Removed images dir, updated readme example
This commit is contained in:
parent
134671a5fb
commit
2bc5b218c4
|
@ -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
0
images/.gitignore
vendored
Loading…
Reference in New Issue
Block a user