Update Readme to warn about IMG_NAME spaces

May prevent issues like #183 in the future.
pull/190/head
Daniel Shumway 2018-06-04 23:51:12 -04:00
parent 8d9cfb3e46
commit f349b25289
1 changed files with 4 additions and 4 deletions

View File

@ -30,10 +30,10 @@ The following environment variables are supported:
* `IMG_NAME` **required** (Default: unset)
The name of the image to build with the current stage directories. Setting
`IMG_NAME=Raspbian` is logical for an unmodified RPi-Distro/pi-gen build,
but you should use something else for a customized version. Export files
in stages may add suffixes to `IMG_NAME`.
The name of the image to build with the current stage directories. Should
not include spaces. Setting `IMG_NAME=Raspbian` is logical for an
unmodified RPi-Distro/pi-gen build, but you should use something else for a
customized version. Export files in stages may add suffixes to `IMG_NAME`.
* `APT_PROXY` (Default: unset)