openwrt/package/system/fstools
Daniel Golle d181f7ec23 fstools: fix 'firstboot' on unmounted UBIFS overlay
The usual OpenWrt-way of writing the JFFS2-marker in order to have
a filesystem erased at the next boot fails on UBIFS volumes due to
UBI being a different beast when it comes to writing.
As truncating a UBIFS volume only takes a few milliseconds and has the
desired effect of wiping-out all content of that volume, just do that
instead.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:26 +00:00
..
files fstools: update to latest Git HEAD 2019-08-28 12:46:18 +02:00
Makefile fstools: fix 'firstboot' on unmounted UBIFS overlay 2021-09-01 08:07:26 +00:00