summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2019-11-12 07:23:23 +0100
committerDennis Eriksen <d@ennis.no>2019-11-12 07:23:23 +0100
commitbbecfbb33f1c83cc0accc3f17f576343f4b95a0e (patch)
tree3b2d80bb5465c6ebfdceeda13d82ccc9aa6c9a3a
parentupdating kanboard (diff)
downloadmkosi-kanboard-bbecfbb33f1c83cc0accc3f17f576343f4b95a0e.tar.gz
fuck ubuntus motd
-rwxr-xr-xmkosi.postinst6
1 files changed, 5 insertions, 1 deletions
diff --git a/mkosi.postinst b/mkosi.postinst
index d7e73b7..144e179 100755
--- a/mkosi.postinst
+++ b/mkosi.postinst
@@ -1,8 +1,12 @@
#!/bin/sh
set -ex
-
export DEBIAN_FRONTEND=noninteractive
+# motd
+chmod 644 /etc/update-motd.d/*
+systemctl mask motd-news.service
+systemctl mask motd-news.timer
+
# locales
sed -i 's/# en_IE.UTF-8 UTF-8/en_IE.UTF-8 UTF-8/' /etc/locale.gen
locale-gen