projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
base-files: Added support for swap configuration in /etc/config/fstab
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
config
/
fstab
diff --git
a/package/base-files/files/etc/config/fstab
b/package/base-files/files/etc/config/fstab
index
28bb705
..
eccf0ce
100644
(file)
--- a/
package/base-files/files/etc/config/fstab
+++ b/
package/base-files/files/etc/config/fstab
@@
-4,3
+4,7
@@
config mount
option fstype ext3
option options rw,sync
option enabled 0
+
+config swap
+ option device /dev/sda2
+ option enabled 0
This page took
0.024233 seconds
and
4
git commands to generate.