summaryrefslogtreecommitdiff
path: root/etc/fstab
diff options
context:
space:
mode:
Diffstat (limited to 'etc/fstab')
-rw-r--r--etc/fstab4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/fstab b/etc/fstab
new file mode 100644
index 0000000..10f7825
--- /dev/null
+++ b/etc/fstab
@@ -0,0 +1,4 @@
+# <file system> <mount point> <type> <options> <dump> <pass>
+/dev/root / ext4 defaults,noatime 0 1
+LABEL=system-data /opt ext4 defaults,noatime 0 2
+LABEL=user /opt/usr ext4 defaults,noatime 0 2