aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordrtyhlpr <its_sead4@gmx.de>2016-03-07 22:00:42 +0100
committerdrtyhlpr <its_sead4@gmx.de>2016-03-07 22:00:42 +0100
commitf6d8c17fbf01d3c095ac644ed539f472ceba3950 (patch)
tree64d0f5fba2dd50d0319b8ffc259c34cd1077d856 /README.md
parent172ae22b25dc43501e15df4f2ee956cdb2014805 (diff)
parentf13fca1705c41ee32a26d87588bee44a59c7d82a (diff)
downloadrpi2-gen-image-f6d8c17fbf01d3c095ac644ed539f472ceba3950.tar.gz
rpi2-gen-image-f6d8c17fbf01d3c095ac644ed539f472ceba3950.tar.bz2
rpi2-gen-image-f6d8c17fbf01d3c095ac644ed539f472ceba3950.zip
Merge pull request #28 from stylesuxx/run-scripts-in-chroot
Added functionality to run custom scripts after base bootstrap
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 dbe0d88..6378db3 100644
--- a/README.md
+++ b/README.md
@@ -149,6 +149,9 @@ password, use only in trusted environments.
##### `ENABLE_HARDNET`=false
Enable IPv4/IPv6 network stack hardening settings.
+##### `CHROOT_SCRIPTS`=""
+Path to a directory with scripts that should be run in the chroot before the image is finally built. Every executable file in this direcory is run in lexicographical order.
+
## Logging of the bootstrapping process
All information related to the bootstrapping process and the commands executed by the `rpi2-gen-image.sh` script can easily be saved into a logfile. The common shell command `script` can be used for this purpose: