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) * `IMG_NAME` **required** (Default: unset)
The name of the image to build with the current stage directories. Setting The name of the image to build with the current stage directories. Should
`IMG_NAME=Raspbian` is logical for an unmodified RPi-Distro/pi-gen build, not include spaces. Setting `IMG_NAME=Raspbian` is logical for an
but you should use something else for a customized version. Export files unmodified RPi-Distro/pi-gen build, but you should use something else for a
in stages may add suffixes to `IMG_NAME`. customized version. Export files in stages may add suffixes to `IMG_NAME`.
* `RELEASE` (Default: buster) * `RELEASE` (Default: buster)