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.
13365
Commits
1
Branch
0
Tags
164 MiB
Tag:
Branch:
Tree:
b285f2fc16
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b285f2fc16'
${ 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
when rebooting, use lazy umounts as fallback (patch by puchu) SVN-Revision: 19429
15 years ago
umount -a -r -l
unmount filesystems at shutdown SVN-Revision: 7166
18 years ago
}