diff options
author | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-09-21 13:20:50 +0000 |
---|---|---|
committer | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-09-21 13:20:50 +0000 |
commit | 5753958314a65197196d014a7ced8f9d85d9b4b9 (patch) | |
tree | 727d27b3e1bc9530badf33c13a4f9b7d52cbe4cc /package/base-files/files/etc/config | |
parent | 011b2b084a079d2b28b5bdc4bf173dbfb6da5187 (diff) |
Added support for /etc/default/fstab - a means of automatically mounting devices on boot.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8916 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/config')
-rw-r--r-- | package/base-files/files/etc/config/fstab | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/base-files/files/etc/config/fstab b/package/base-files/files/etc/config/fstab new file mode 100644 index 000000000..28bb705a4 --- /dev/null +++ b/package/base-files/files/etc/config/fstab @@ -0,0 +1,6 @@ +config mount + option target /home + option device /dev/sda1 + option fstype ext3 + option options rw,sync + option enabled 0 |