fstab: use automounting to reduce boot-up time 24/56924/1
authorŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 13 Jan 2016 14:16:31 +0000 (15:16 +0100)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 13 Jan 2016 14:16:31 +0000 (15:16 +0100)
Change-Id: I31240ca23e64617c0cd3de05a9043831d69ae798
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
etc/fstab

index 10f7825..84f8134 100644 (file)
--- 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