1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 03:12:05 +03:00
openwrt-xburst/package/base-files/files/etc/config/fstab
rwhitby 5753958314 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
2007-09-21 13:20:50 +00:00

7 lines
121 B
Plaintext

config mount
option target /home
option device /dev/sda1
option fstype ext3
option options rw,sync
option enabled 0