mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 23:42:43 +00:00
when rebooting, use lazy umounts as fallback (patch by puchu)
SVN-Revision: 19429
This commit is contained in:
parent
541725ce18
commit
10ec4fa292
@ -4,5 +4,5 @@
|
||||
STOP=99
|
||||
stop() {
|
||||
sync
|
||||
umount -a -r
|
||||
umount -a -r -l
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user