projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[x86] add cpu msr kernel module package
[openwrt.git]
/
package
/
block-mount
/
files
/
fstab.init
diff --git
a/package/block-mount/files/fstab.init
b/package/block-mount/files/fstab.init
index
fdcd4f5
..
6aeee8f
100644
(file)
--- a/
package/block-mount/files/fstab.init
+++ b/
package/block-mount/files/fstab.init
@@
-50,6
+50,7
@@
start() {
}
config_foreach do_swapon swap
config_foreach do_mount mount
+ config_foreach do_swapon swap # do swap a second time so that swap on filesystems is enabled
}
stop() {
This page took
0.021343 seconds
and
4
git commands to generate.