diff options
author | Peter Bex <peter@more-magic.net> | 2016-02-21 15:57:50 +0100 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2016-02-21 15:57:50 +0100 |
commit | c7c1112de63c1512fb90c97b2f228d9dfb5ff91f (patch) | |
tree | e6a1c80ae31f41b144daf6929e6ede7ec5349bef /assets/chroot-helpers | |
parent | e0f806a2f44bc08ff8931f8e5dab09579850154d (diff) | |
download | vps-builder-c7c1112de63c1512fb90c97b2f228d9dfb5ff91f.tar.gz |
Make installation completely non-interactive, add environment config.
- Fix apt-get calls to avoid getting a prompt for "ferm" or other tools.
- Install zsh with zshrc into skel dir
- Temporarily put rc.d policy file in place to avoid starting daemons on install.
- Install vnstat to allow (manual) monitoring of network activity.
Diffstat (limited to 'assets/chroot-helpers')
-rw-r--r-- | assets/chroot-helpers/policy-rc.d | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/chroot-helpers/policy-rc.d b/assets/chroot-helpers/policy-rc.d new file mode 100644 index 0000000..2e1cbf2 --- /dev/null +++ b/assets/chroot-helpers/policy-rc.d @@ -0,0 +1,5 @@ +#!/bin/sh +# +# From https://wiki.debian.org/chroot#Configuration +# This prevents daemons from being started upon installation. +exit 101 |