aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmkosi.postinst5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkosi.postinst b/mkosi.postinst
index 73da326..eff1633 100755
--- a/mkosi.postinst
+++ b/mkosi.postinst
@@ -2,6 +2,11 @@
set -ex
export DEBIAN_FRONTEND=noninteractive
+# motd
+chmod 644 /etc/update-motd.d/*
+systemctl mask motd-news.service
+systemctl mask motd-news.timer
+
# network
systemctl enable systemd-networkd