diff options
Diffstat (limited to 'mkosi.postinst')
-rwxr-xr-x | mkosi.postinst | 5 |
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 |