diff options
author | Dennis Eriksen <d@ennis.no> | 2019-11-12 08:29:37 +0100 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2019-11-12 08:29:37 +0100 |
commit | fa4ed0b40060ee7fc644e815c5fe954da3997df0 (patch) | |
tree | 7d955316dbeb7fd1342eeaa5f7311c13f51a74c5 | |
parent | adding unattended-upgrades and removing debugging-tools (diff) | |
download | mkosi-matrix-fa4ed0b40060ee7fc644e815c5fe954da3997df0.tar.gz |
fuck ubuntus motd
-rwxr-xr-x | mkosi.postinst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mkosi.postinst b/mkosi.postinst index b360d24..32124b4 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 |