unlock linux partition before running jffs2root --clean. fixes #97

SVN-Revision: 2615
This commit is contained in:
Felix Fietkau 2005-12-11 21:34:46 +00:00
parent f59b137053
commit dae8543335

View file

@ -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