diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-26 22:45:39 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-26 22:45:39 +0000 |
commit | faf7173b4df3a152dbdc574751078b359c116d5b (patch) | |
tree | 446e5e5532100cf4c46d1bddfde0a688dbf1c153 /package/base-files/files/etc/config/fstab | |
parent | a35f8c947088b65dd1524938b59fb9b1e429807c (diff) |
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 eccf0ce69..000000000 --- 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 |