From a6ff0053221b9dcd50785a1677248dc8f41a7a88 Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Mon, 19 Sep 2022 10:39:44 +0200 Subject: [PATCH] readme: add section about sysupgrade --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 64f8f17..84b1edb 100644 --- a/README.md +++ b/README.md @@ -133,3 +133,13 @@ when there's not enough space in the flash memory of the target device to instal then the OpenWrt ImageBuilder prints a hardly visible error into its flow of output and silently continues. Look into [build.sh](build.sh#L31) and try to remove some packages that you can live without. + +## Extroot is not mounted after a `sysupgrade` + +In short, this is an OpenWrt issue. The longer discussion is available in +[this issue](https://github.com/attila-lendvai/openwrt-auto-extroot/issues/12), +and a way to deal with it can be found in +[this blog post](https://blog.mbirth.de/archives/2014/05/26/openwrt-sysupgrade-with-extroot.html). +You may also want to check out the +[official OpenWrt wiki](https://openwrt.org/docs/guide-user/additional-software/extroot_configuration#system_upgrade) +on this topic.