summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorƁukasz Stelmach <l.stelmach@samsung.com>2016-03-30 05:51:29 -0700
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2016-03-30 05:51:29 -0700
commit69d590681fb60c3d25390ef309eb366f140486e7 (patch)
tree84816c0c57f447e61c4a6797b33d44f217bfea53
parentd0b3bc5f216aacee59afbb930185a833309e2dc4 (diff)
parent9fc739889fd536adeeb866c1c4e6b1530aed3d57 (diff)
downloadsystem-plugin-69d590681fb60c3d25390ef309eb366f140486e7.tar.gz
system-plugin-69d590681fb60c3d25390ef309eb366f140486e7.tar.bz2
system-plugin-69d590681fb60c3d25390ef309eb366f140486e7.zip
Merge "fstab: use automounting to reduce boot-up time" into tizensubmit/tizen/20160330.130037
-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