[base-files] Don't do lazy unmounting of filessystems at reboot/poweroff.
[openwrt.git] / package / base-files / files / etc / init.d / umount
index d360afe..a4e477e 100755 (executable)
@@ -4,5 +4,5 @@
 STOP=99
 stop() {
        sync
-       umount -a -r -l
+       umount -a -r
 }