[base-files] make basefiles aware of procd
[openwrt.git] / package / base-files / files / lib / firstboot / 99_10_with_fo_cleanup
index 0181b39..5601699 100644 (file)
@@ -6,7 +6,7 @@
 with_fo_cleanup() {
     # try to get rid of /tmp/root
     # this will almost always fail
-    umount /tmp/root 2>&-
+    umount -l /tmp/root 2>&-
        grep -q overlay /proc/filesystems && {
                cd /
                (