summaryrefslogtreecommitdiff
path: root/assets/chroot-helpers
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2016-02-21 15:57:50 +0100
committerPeter Bex <peter@more-magic.net>2016-02-21 15:57:50 +0100
commitc7c1112de63c1512fb90c97b2f228d9dfb5ff91f (patch)
treee6a1c80ae31f41b144daf6929e6ede7ec5349bef /assets/chroot-helpers
parente0f806a2f44bc08ff8931f8e5dab09579850154d (diff)
downloadvps-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.d5
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