summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Stelmach <l.stelmach@samsung.com>2016-01-13 15:16:31 +0100
committerŁukasz Stelmach <l.stelmach@samsung.com>2016-01-13 15:16:31 +0100
commit9fc739889fd536adeeb866c1c4e6b1530aed3d57 (patch)
treedfee1de459259aedef6c199e310abcff8137e95d
parent3626db1ca10bb6d0b2da0813cd3cd136c8cdd200 (diff)
downloadsystem-plugin-9fc739889fd536adeeb866c1c4e6b1530aed3d57.tar.gz
system-plugin-9fc739889fd536adeeb866c1c4e6b1530aed3d57.tar.bz2
system-plugin-9fc739889fd536adeeb866c1c4e6b1530aed3d57.zip
fstab: use automounting to reduce boot-up time
Change-Id: I31240ca23e64617c0cd3de05a9043831d69ae798 Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
-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