diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-02-26 22:45:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-02-26 22:45:39 +0000 |
commit | 3d97332bd2ecbc75dee82a7477ae9321cec23057 (patch) | |
tree | 446e5e5532100cf4c46d1bddfde0a688dbf1c153 /package/base-files/files/etc/config/fstab | |
parent | 7b95f29280fc4e1f74d08dd1f21a2c85f66b3bd0 (diff) | |
download | upstream-3d97332bd2ecbc75dee82a7477ae9321cec23057.tar.gz upstream-3d97332bd2ecbc75dee82a7477ae9321cec23057.tar.bz2 upstream-3d97332bd2ecbc75dee82a7477ae9321cec23057.zip |
add the block-mount package by Daniel Dickinson (cshore), replacing existing automount functionality
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19877 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/config/fstab')
-rw-r--r-- | package/base-files/files/etc/config/fstab | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/base-files/files/etc/config/fstab b/package/base-files/files/etc/config/fstab deleted file mode 100644 index eccf0ce69b..0000000000 --- a/package/base-files/files/etc/config/fstab +++ /dev/null @@ -1,10 +0,0 @@ -config mount - option target /home - option device /dev/sda1 - option fstype ext3 - option options rw,sync - option enabled 0 - -config swap - option device /dev/sda2 - option enabled 0 |