summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/fstab4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/fstab b/etc/fstab
index 10f7825..84f8134 100644
--- a/etc/fstab
+++ b/etc/fstab
@@ -1,4 +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
+LABEL=system-data /opt ext4 defaults,noatime,x-systemd.automount 0 2
+LABEL=user /opt/usr ext4 defaults,noatime,x-systemd.automount 0 2