mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
Don't do lazy unmounting of filessystems at reboot/poweroff. It is unneeded and could couse a broken filesystem if unmounting takes to long. Thanks to Peter Wagner
SVN-Revision: 19568
This commit is contained in:
parent
b285f2fc16
commit
275b0d8cd4
@ -4,5 +4,5 @@
|
|||||||
STOP=99
|
STOP=99
|
||||||
stop() {
|
stop() {
|
||||||
sync
|
sync
|
||||||
umount -a -r -l
|
umount -a -r
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user