diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-06-08 17:39:16 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-06-08 17:39:16 +0000 |
commit | 3f4aa5554a293a2d9405d94e237ae86ac1fa3eaa (patch) | |
tree | ab7098b53192067260d2a9df64d22cfde60b47e0 /package/block-mount/files | |
parent | 83f0561da1d84d9a18f0019a3ec4bb44a6516b7e (diff) |
[package/block-mount] remove example config file
Having this file prevents the possibility of having target-specific
fstab config files (as target/linux/${target}/base-files/etc/config/fstab).
There is no need of a non-working example file on the target anyway.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27136 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/block-mount/files')
-rw-r--r-- | package/block-mount/files/fstab.config | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/block-mount/files/fstab.config b/package/block-mount/files/fstab.config deleted file mode 100644 index de52e20ce4..0000000000 --- a/package/block-mount/files/fstab.config +++ /dev/null @@ -1,20 +0,0 @@ -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 - |