This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
openwrt
Watch
1
Star
0
Fork
0
You've already forked openwrt
mirror of
https://github.com/openwrt/openwrt.git
synced
2024-12-22 23:12:32 +00:00
Code
Issues
Actions
6
Packages
Projects
Releases
Wiki
Activity
3ceb6b3274
openwrt
/
package
/
base-files
/
files
/
etc
/
init.d
/
umount
9 lines
101 B
Plaintext
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
base-files: fix whitespaces Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39006
2013-12-09 11:30:14 +00:00
# Copyright (C) 2006 OpenWrt.org
unmount filesystems at shutdown SVN-Revision: 7166
2007-05-10 10:45:04 +00:00
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 New Issue
Copy Permalink