boot: make use of kmodloader if it is available
[openwrt.git] / package / base-files / files / lib / firstboot / 99_10_no_fo_cleanup
index 5eddfb1..6dedcb1 100644 (file)
@@ -5,7 +5,7 @@
 
 no_fo_cleanup() {
     echo "done"
-    umount -l /jffs
+    umount -l /overlay
     umount -l /tmp/root
     exit 0
 }