mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 15:44:44 +02:00
[backfire] merge r23296
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@23302 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f80781773c
commit
8da83a1c65
@ -8,8 +8,6 @@
|
|||||||
|
|
||||||
START=20
|
START=20
|
||||||
|
|
||||||
. /lib/functions/mount.sh
|
|
||||||
|
|
||||||
do_mount() {
|
do_mount() {
|
||||||
local cfg="$1"
|
local cfg="$1"
|
||||||
config_mount_by_section "$cfg"
|
config_mount_by_section "$cfg"
|
||||||
@ -39,6 +37,8 @@ do_swapoff() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
. /lib/functions/mount.sh
|
||||||
|
|
||||||
config_load fstab
|
config_load fstab
|
||||||
mkdir -p /var/lock
|
mkdir -p /var/lock
|
||||||
lock /var/lock/fstab.lck
|
lock /var/lock/fstab.lck
|
||||||
@ -49,9 +49,12 @@ start() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
. /lib/functions/mount.sh
|
||||||
|
|
||||||
config_load fstab
|
config_load fstab
|
||||||
config_foreach do_unmount mount
|
config_foreach do_unmount mount
|
||||||
config_foreach do_swapoff swap
|
config_foreach do_swapoff swap
|
||||||
swapoff -a
|
swapoff -a
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user