unmount filesystems at shutdown

SVN-Revision: 7166
master
Mike Baker 18 years ago
parent bef40307bb
commit f0fa2a3de5
  1. 8
      package/base-files/files/etc/init.d/umount

@ -0,0 +1,8 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
STOP=99
stop() {
sync
umount -a -r
}
Loading…
Cancel
Save