New supervisor / Adjust rauc handling (#530)

* OS: Update supervisor 194

* Remove old rauc mark code

* OS: Update supervisor 195

* Adjust dockerd
This commit is contained in:
Pascal Vizeli
2020-01-09 23:02:46 +01:00
committed by GitHub
parent 7b379e648c
commit febc4473d3
21 changed files with 18 additions and 69 deletions

View File

@@ -31,14 +31,5 @@ fi
##
# Fixups
# timesyncd
if [ -L /var/lib/systemd/timesync ]; then
rm -f /var/lib/systemd/timesync
fi
# u-boot first stage device tree
if [ -e /usr/sbin/fw_setenv ]; then
fw_setenv fdt_addr
fi
exit 0