This website requires JavaScript.
Explore
Help
Sign In
mr
/
openwrt
Watch
2
Star
0
Fork
1
You've already forked openwrt
Code
Issues
7
Pull Requests
Releases
Wiki
Activity
ec9ce7e089
openwrt
/
package
/
base-files
/
files
/
etc
/
init.d
/
umount
9 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
unmount filesystems at shutdown SVN-Revision: 7166
2007-05-10 18:45:04 +08: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 23:13:44 +08:00
umount -a -d -r
unmount filesystems at shutdown SVN-Revision: 7166
2007-05-10 18:45:04 +08:00
}
Reference in New Issue
Copy Permalink