Added support for /etc/default/fstab - a means of automatically mounting devices...
[openwrt.git] / package / base-files / files / etc / config / fstab
1 config mount
2 option target /home
3 option device /dev/sda1
4 option fstype ext3
5 option options rw,sync
6 option enabled 0
This page took 0.043895 seconds and 5 git commands to generate.