From 41eb003b3c6a4d09043d664ae737ed7385857315 Mon Sep 17 00:00:00 2001 From: Links Date: Thu, 14 Apr 2022 16:39:49 +0200 Subject: [PATCH] make sure systemd-timesyncd is installed and disable zram --- userpatches/customize-image.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/userpatches/customize-image.sh b/userpatches/customize-image.sh index a20e4cd..143a9d5 100644 --- a/userpatches/customize-image.sh +++ b/userpatches/customize-image.sh @@ -21,6 +21,7 @@ Main() { # chrony requires seccomp (which the stock kernel does not have) apt-get -y remove chrony + apt-get -y install systemd-timesyncd systemctl enable systemd-timesyncd.service #touch /root/.no_rootfs_resize @@ -76,6 +77,9 @@ Main() { # disable not needed services systemctl disable smbd.service + # no zram support in stock kernel + systemctl disable armbian-zram-config.service + # fix bluetooth.service startup mkdir -p /var/lib/bluetooth