2
0
forked from Ivasoft/openwrt

base-files: Added support for swap configuration in /etc/config/fstab

SVN-Revision: 8947
This commit is contained in:
Rod Whitby
2007-09-22 13:47:20 +00:00
parent 9de337e21d
commit ac8f66b987
3 changed files with 27 additions and 1 deletions

View File

@@ -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