diff options
author | Mirko Vogt <mirko@openwrt.org> | 2011-06-08 20:45:19 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2011-06-08 20:45:19 +0000 |
commit | e0a01a8d87eb467c536724f0323924c54e6eb8b4 (patch) | |
tree | a9eb0b82828f14293ed246bb5b25897372b80b44 /package/block-mount/files/fstab.config | |
parent | 9ba991dcf1e1025d8fe22e7955211e13d79e22a0 (diff) | |
download | upstream-e0a01a8d87eb467c536724f0323924c54e6eb8b4.tar.gz upstream-e0a01a8d87eb467c536724f0323924c54e6eb8b4.tar.bz2 upstream-e0a01a8d87eb467c536724f0323924c54e6eb8b4.zip |
Revert "[package/block-mount] remove example config file"
This isn't needed anymore due to commit 27138
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27139 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/block-mount/files/fstab.config')
-rw-r--r-- | package/block-mount/files/fstab.config | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/block-mount/files/fstab.config b/package/block-mount/files/fstab.config new file mode 100644 index 0000000000..de52e20ce4 --- /dev/null +++ b/package/block-mount/files/fstab.config @@ -0,0 +1,20 @@ +config global automount + option from_fstab 1 + option anon_mount 1 + +config global autoswap + option from_fstab 1 + option anon_swap 0 + +config mount + option target /home + option device /dev/sda1 + option fstype ext4 + option options rw,sync + option enabled 0 + option enabled_fsck 0 + +config swap + option device /dev/sda2 + option enabled 0 + |