summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib/firstboot/99_10_no_fo_cleanup
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/files/lib/firstboot/99_10_no_fo_cleanup')
-rw-r--r--package/base-files/files/lib/firstboot/99_10_no_fo_cleanup2
1 files changed, 1 insertions, 1 deletions
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 5eddfb14f..6dedcb1e8 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
}