unlock linux partition before running jffs2root --clean. fixes #97
[openwrt.git] / package / base-files / default / sbin / mount_root
index c393e06..e855b41 100755 (executable)
@@ -22,6 +22,7 @@ if [ "$1" != "failsafe" ]; then
                if [ -z "$(nvram get no_root_swap)" ]; then
                        is_clean || {
                                mtd erase OpenWrt
+                               mtd unlock linux
                                jffs2root --clean
                        }
                        mtd unlock OpenWrt