base-files: prevent issues w/ overlay on powerloss after sysupgrade
authorSergey Ryazanov <ryazanov.s.a@gmail.com>
Fri, 24 Apr 2020 14:04:14 +0000 (17:04 +0300)
committerPetr Štetiar <ynezz@true.cz>
Wed, 3 Jun 2020 14:49:28 +0000 (16:49 +0200)
commit880c1f0336616b0b5692ff284f83923011c548f2
treee80bf770f32078603a3528ee5269d98e38937954
parent2171493f7fc28cb134594a779f08a9797b558444
base-files: prevent issues w/ overlay on powerloss after sysupgrade

Due to filesystem write caching the old configuration data could stay
out of flash for a long time during a first boot after the sysupgrade.
Power loss during this period could damage the overlay data and even
make device inaccessable via the network.

Fix this by syncing data to a flash as soon as the previous
configuration will be unpacked after the sysupgrade. Also sync the FS
state after the sysupgrade.tgz archive removing to prevent duplicative
extraction of a previous configuration.

Tested with AMD Geode based board.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
package/base-files/files/etc/init.d/done
package/base-files/files/lib/preinit/80_mount_root