08fc0b9a82
Exposed RELEASE as a configurable variable and updated README.md. As a bonus, there is only on place to change the release name when the next release is stable now.
6 lines
133 B
Bash
Executable File
6 lines
133 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
if [ ! -d "${ROOTFS_DIR}" ]; then
|
|
bootstrap ${RELEASE} "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/
|
|
fi
|