2
0
forked from Ivasoft/openwrt

Added support for /etc/default/fstab - a means of automatically mounting devices on boot.

SVN-Revision: 8916
This commit is contained in:
Rod Whitby
2007-09-21 13:20:50 +00:00
parent 46e35b3481
commit cd95009fc6
3 changed files with 49 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
config mount
option target /home
option device /dev/sda1
option fstype ext3
option options rw,sync
option enabled 0