make sure systemd-timesyncd is installed and disable zram

main
Links 2022-04-14 16:39:49 +02:00
rodzic b02012b935
commit 41eb003b3c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 68FB9F01C0C482FC
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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