diff --git a/scripts/chroot.sh b/scripts/chroot.sh index 4c03634..cb46522 100755 --- a/scripts/chroot.sh +++ b/scripts/chroot.sh @@ -190,6 +190,8 @@ systemctl enable serial-getty@ttyGS0.service systemctl enable ssh_shutdown systemctl enable dhclient_shutdown systemctl enable bela_shutdown +systemctl disable rsyslog +systemctl disable syslog.socket # don't do any network access in the chroot after this call echo "nameserver 8.8.8.8" > /etc/resolv.conf