aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Landa <stylesuxx@gmail.com>2016-03-05 13:55:44 +0100
committerChris Landa <stylesuxx@gmail.com>2016-03-05 13:55:44 +0100
commitf1f69f479670d7d5ef28e5efb75d932d956ba736 (patch)
treede4934f76dd29ef152e881fefd9e8bad7c2e065a /README.md
parent57c039de88cb94968c4ae6417c4ce42ce23118ea (diff)
downloadrpi2-gen-image-f1f69f479670d7d5ef28e5efb75d932d956ba736.tar.gz
rpi2-gen-image-f1f69f479670d7d5ef28e5efb75d932d956ba736.tar.bz2
rpi2-gen-image-f1f69f479670d7d5ef28e5efb75d932d956ba736.zip
Added functionality to add custom packages to APT_INCLUDES
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 987ce62..d118955 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,9 @@ Set Debian packages server address. Choose a server from the list of Debian worl
##### `APT_PROXY`=""
Set Proxy server address. Using a local Proxy-Cache like `apt-cacher-ng` will speed-up the bootstrapping process because all required Debian packages will only be downloaded from the Debian mirror site once.
+##### `APT_INCLUDES`=""
+A comma seperated list of additional packages to be installed during bootstrapping.
+
#### General system settings:
##### `HOSTNAME`="rpi2-jessie"
Set system host name. It's recommended that the host name is unique in the corresponding subnet.