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