aboutsummaryrefslogtreecommitdiffstats
path: root/package/block-mount/files/fstab.config
diff options
context:
space:
mode:
Diffstat (limited to 'package/block-mount/files/fstab.config')
-rw-r--r--package/block-mount/files/fstab.config20
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 000000000..de52e20ce
--- /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 ext4
+ option options rw,sync
+ option enabled 0
+ option enabled_fsck 0
+
+config swap
+ option device /dev/sda2
+ option enabled 0
+