when rebooting, use lazy umounts as fallback (patch by puchu)

SVN-Revision: 19429
lede-17.01
Felix Fietkau 2010-01-30 18:17:57 +00:00
parent 541725ce18
commit 10ec4fa292
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
STOP=99
stop() {
sync
umount -a -r
umount -a -r -l
}