Revert "fstab: use automounting to reduce boot-up time" 58/64358/1
authorLukasz Stelmach <l.stelmach@samsung.com>
Thu, 31 Mar 2016 15:56:50 +0000 (08:56 -0700)
committerLukasz Stelmach <l.stelmach@samsung.com>
Thu, 31 Mar 2016 15:56:50 +0000 (08:56 -0700)
This reverts commit 9fc739889fd536adeeb866c1c4e6b1530aed3d57.

Change-Id: I17ae10dfbd34001b1c6b81606799792ef00821a8

etc/fstab

index 84f8134..10f7825 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,x-systemd.automount 0      2
-LABEL=user        /opt/usr      ext4    defaults,noatime,x-systemd.automount 0      2
+LABEL=system-data /opt          ext4    defaults,noatime 0      2
+LABEL=user      /opt/usr        ext4    defaults,noatime 0      2