pull/190/merge
Daniel Shumway 2020-07-03 00:45:55 +08:00 committed by GitHub
commit ed16a87db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -31,10 +31,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`.
* `RELEASE` (Default: buster)