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
master
Lars-Peter Clausen 15 years ago
parent b285f2fc16
commit 275b0d8cd4
  1. 2
      package/base-files/files/etc/init.d/umount

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

Loading…
Cancel
Save