summaryrefslogtreecommitdiffhomepage
path: root/contrib/uci/hostfiles/etc/config/fstab
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/uci/hostfiles/etc/config/fstab')
-rw-r--r--contrib/uci/hostfiles/etc/config/fstab10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/uci/hostfiles/etc/config/fstab b/contrib/uci/hostfiles/etc/config/fstab
new file mode 100644
index 0000000000..eccf0ce69b
--- /dev/null
+++ b/contrib/uci/hostfiles/etc/config/fstab
@@ -0,0 +1,10 @@
+config mount
+ option target /home
+ option device /dev/sda1
+ option fstype ext3
+ option options rw,sync
+ option enabled 0
+
+config swap
+ option device /dev/sda2
+ option enabled 0