X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fbase-files%2Ffiles%2Flib%2Ffirstboot%2F99_10_no_fo_cleanup;h=6dedcb1e876eac2a69cea70d027db862daa336fa;hb=7af8ee04812f647ce74adbe04f0d5d18a39bbd29;hp=5eddfb14f83d5e0a11c62501bfacee6433bcb3e4;hpb=e7f046805af93c3af6d318907033cf0d803e4b34;p=openwrt%2Fopenwrt.git diff --git a/package/base-files/files/lib/firstboot/99_10_no_fo_cleanup b/package/base-files/files/lib/firstboot/99_10_no_fo_cleanup index 5eddfb14f8..6dedcb1e87 100644 --- a/package/base-files/files/lib/firstboot/99_10_no_fo_cleanup +++ b/package/base-files/files/lib/firstboot/99_10_no_fo_cleanup @@ -5,7 +5,7 @@ no_fo_cleanup() { echo "done" - umount -l /jffs + umount -l /overlay umount -l /tmp/root exit 0 }