This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
openwrtv3
Watch
1
Star
0
Fork
You've already forked openwrtv3
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
ea94d66b0f
openwrtv3
/
package
/
base-files
/
files
/
etc
/
init.d
/
umount
9 lines
102 B
Text
Raw
Normal View
History
Unescape
Escape
unmount filesystems at shutdown SVN-Revision: 7166
2007-05-10 10:45:04 +00:00
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
STOP=99
stop() {
sync
base-files: release an attached loop device on umounting Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 33477
2012-09-19 15:13:44 +00:00
umount -a -d -r
unmount filesystems at shutdown SVN-Revision: 7166
2007-05-10 10:45:04 +00:00
}
Reference in a new issue
Copy permalink