From c7c1112de63c1512fb90c97b2f228d9dfb5ff91f Mon Sep 17 00:00:00 2001
From: Peter Bex <peter@more-magic.net>
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/default/useradd | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 assets/default/useradd

(limited to 'assets/default')

diff --git a/assets/default/useradd b/assets/default/useradd
new file mode 100644
index 0000000..93f6c59
--- /dev/null
+++ b/assets/default/useradd
@@ -0,0 +1,3 @@
+# Default values for useradd(8)
+#
+SHELL=/bin/zsh
-- 
cgit v1.2.3