From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 14 Nov 2018 19:30:45 +0000 (+0100)
Subject: Update
X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/%7B%7Bprefix%7D%7D/test?a=commitdiff_plain;h=28f4d6ac2c1dc4a21bd05a6c1eff040c421059e5;p=config

Update
---

diff --git a/all_new_2018/apt-mark/all b/all_new_2018/apt-mark/all
index f9caab8..f748f3b 100644
--- a/all_new_2018/apt-mark/all
+++ b/all_new_2018/apt-mark/all
@@ -1,8 +1,9 @@
-# connectivity
+# connectivity: ifupdown seems necessary everyhwere, isc-dhcp-client
+# unpredictably so
 ifupdown
 isc-dhcp-client
-# git
+# git for the setup directory; cloning works with ca-certificates
 ca-certificates
 git
-# to avoid constant warnings about no locale being found 
+# to avoid constant warnings about no locale being found
 locales
diff --git a/all_new_2018/apt-mark/server b/all_new_2018/apt-mark/server
index 3994b43..055ae7c 100644
--- a/all_new_2018/apt-mark/server
+++ b/all_new_2018/apt-mark/server
@@ -1,4 +1,4 @@
-# connectivity
+# needed to log in to server via ssh
 openssh-server
 # provides /etc/inputrc and understanding of ctrl+arrow key combos
 readline-common
diff --git a/all_new_2018/linkable_etc_files/all/etc/timezone b/all_new_2018/linkable_etc_files/all/etc/timezone
new file mode 100644
index 0000000..94d5acc
--- /dev/null
+++ b/all_new_2018/linkable_etc_files/all/etc/timezone
@@ -0,0 +1 @@
+Europe/Berlin
diff --git a/all_new_2018/setup_server.sh b/all_new_2018/setup_server.sh
old mode 100644
new mode 100755
index 6eaf4e3..7778b9a
--- a/all_new_2018/setup_server.sh
+++ b/all_new_2018/setup_server.sh
@@ -18,5 +18,9 @@ apt update
 # we don't need to get more data than necessary.
 apt -y dist-upgrade
 
-# If we have not yet set the shell for user plom, ensure it here.
+# Set Berlin localtime.
+#ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime
+
+# If we have not yet set the shell for user plom, ensure it here. This
+# is mostly for convenience.
 usermod -s /bin/bash plom