diff options
Diffstat (limited to 'package/base-files/files/etc/config/fstab')
| -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  | 
