This website works better with JavaScript.
Explore
Help
Sign In
hsist
/
freifunkist-firmware
Watch
6
Star
1
Fork
You've already forked freifunkist-firmware
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25893
Commits
1
Branch
0
Tags
164 MiB
Tag:
Branch:
Tree:
7e77389bc5
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7e77389bc5'
${ noResults }
freifunkist-firmware
/
package
/
base-files
/
files
/
etc
/
init.d
/
umount
9 lines
102 B
Raw
Normal View
History
Unescape
Escape
unmount filesystems at shutdown SVN-Revision: 7166
18 years ago
#!/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
12 years ago
umount -a -d -r
unmount filesystems at shutdown SVN-Revision: 7166
18 years ago
}