projects
/
openwrt
/
staging
/
luka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
726123e
)
block-mount: fix fstab.init for IB and buildroot
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 7 Oct 2010 15:15:54 +0000
(15:15 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 7 Oct 2010 15:15:54 +0000
(15:15 +0000)
SVN-Revision: 23296
package/block-mount/files/fstab.init
patch
|
blob
|
history
diff --git
a/package/block-mount/files/fstab.init
b/package/block-mount/files/fstab.init
index 6aeee8f3400094d2aee5f8fe795569b097029c34..a3e0338f4ee17271851585184166eba914cf7a21 100644
(file)
--- a/
package/block-mount/files/fstab.init
+++ b/
package/block-mount/files/fstab.init
@@
-8,8
+8,6
@@
START=20
-. /lib/functions/mount.sh
-
do_mount() {
local cfg="$1"
config_mount_by_section "$cfg"
@@
-39,6
+37,8
@@
do_swapoff() {
}
start() {
+ . /lib/functions/mount.sh
+
config_load fstab
mkdir -p /var/lock
lock -w /var/lock/fstab.lck && {
@@
-54,9
+54,12
@@
start() {
}
stop() {
+ . /lib/functions/mount.sh
+
config_load fstab
config_foreach do_unmount mount
config_foreach do_swapoff swap
swapoff -a
}
+