diff options
author | Ćukasz Stelmach <l.stelmach@samsung.com> | 2016-03-30 05:51:29 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2016-03-30 05:51:29 -0700 |
commit | 69d590681fb60c3d25390ef309eb366f140486e7 (patch) | |
tree | 84816c0c57f447e61c4a6797b33d44f217bfea53 | |
parent | d0b3bc5f216aacee59afbb930185a833309e2dc4 (diff) | |
parent | 9fc739889fd536adeeb866c1c4e6b1530aed3d57 (diff) | |
download | system-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/fstab | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |