diff options
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 |
commit | 9fc739889fd536adeeb866c1c4e6b1530aed3d57 (patch) | |
tree | dfee1de459259aedef6c199e310abcff8137e95d | |
parent | 3626db1ca10bb6d0b2da0813cd3cd136c8cdd200 (diff) | |
download | system-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/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 |