diff options
Diffstat (limited to 'package/block-mount/files/fstab.config')
-rw-r--r-- | package/block-mount/files/fstab.config | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/block-mount/files/fstab.config b/package/block-mount/files/fstab.config new file mode 100644 index 0000000000..f672ef4d56 --- /dev/null +++ b/package/block-mount/files/fstab.config @@ -0,0 +1,20 @@ +config global automount + option from_fstab 1 + option anon_mount 1 + +config global autoswap + option from_fstab 1 + option anon_swap 0 + +config mount + option target /home + option device /dev/sda1 + option fstype ext3 + option options rw,sync + option enabled 0 + option enabled_fsck 0 + +config swap + option device /dev/sda2 + option enabled 0 + |