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:
6
package/base-files/files/etc/config/fstab
Normal file
6
package/base-files/files/etc/config/fstab
Normal file
@@ -0,0 +1,6 @@
|
||||
config mount
|
||||
option target /home
|
||||
option device /dev/sda1
|
||||
option fstype ext3
|
||||
option options rw,sync
|
||||
option enabled 0
|
||||
Reference in New Issue
Block a user