From f349b25289332cd8e3ca3de37c9b456471f7bb3d Mon Sep 17 00:00:00 2001 From: Daniel Shumway Date: Mon, 4 Jun 2018 23:51:12 -0400 Subject: [PATCH] Update Readme to warn about IMG_NAME spaces May prevent issues like #183 in the future. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 709a9ca..ee46f84 100755 --- a/README.md +++ b/README.md @@ -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)