diff options
author | Mirko Vogt <mirko@openwrt.org> | 2011-06-08 17:39:16 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2011-06-08 17:39:16 +0000 |
commit | 4cbdfb6d927540302db026e032a13a92cbf135d3 (patch) | |
tree | a5d093a5fc15120bf3fe0f3f8fdcd9bc95bf5675 /package/block-mount/files/fstab.config | |
parent | 97ee10d69172eacf4735ce1070bc0b21111a7b63 (diff) | |
download | mtk-20170518-4cbdfb6d927540302db026e032a13a92cbf135d3.zip mtk-20170518-4cbdfb6d927540302db026e032a13a92cbf135d3.tar.gz mtk-20170518-4cbdfb6d927540302db026e032a13a92cbf135d3.tar.bz2 |
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.
SVN-Revision: 27136
Diffstat (limited to 'package/block-mount/files/fstab.config')
-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 de52e20..0000000 --- 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 - |