From c7c1112de63c1512fb90c97b2f228d9dfb5ff91f Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Sun, 21 Feb 2016 15:57:50 +0100 Subject: 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. --- assets/chroot-helpers/policy-rc.d | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 assets/chroot-helpers/policy-rc.d (limited to 'assets/chroot-helpers') 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 -- cgit v1.2.3