Go to file
David Bauer 27f9ec75b2 autoupdater: execute sysupgrade test before network shutdown
Currently the autoupdater stops network prior starting the sysupgrade
process.

This has the issue of leaving the device in a state with stopped network
in case the sysupgrade process fails, as execl does not spawn a
subprocess but instead replaces the current process with another one, in
our case the sysupgrade process.

This commit modifies the autoupdater behavior in a way it starts
sysupgrade in test mode prior stopping network. This way, common causes
for failing the sysupgrade process can be detected in a
remote-recoverable manner, most prominently a failed platform check /
incompatible images.

Signed-off-by: David Bauer <mail@david-bauer.net>
2021-08-18 23:59:56 +02:00
admin autoupdater: execute sysupgrade test before network shutdown 2021-08-18 23:59:56 +02:00
libs lua-jsonc: add host build support 2021-06-09 21:30:39 +02:00
net respondd-module-airtime: fix null pointer deref 2021-07-03 02:31:05 +02:00
utils Merge pull request #212 from TDT-AG/pr/20190211-micrond 2019-11-20 14:02:14 +01:00
.gitignore Add .gitignore 2013-09-28 19:45:19 +02:00