summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Stelmach <l.stelmach@samsung.com>2016-03-31 08:56:50 -0700
committerLukasz Stelmach <l.stelmach@samsung.com>2016-03-31 08:56:50 -0700
commita171200084458b8c2d6af00b40e4087b8771d617 (patch)
tree0ce6a892e4ebea54610d64d5d0e0828aad0c0a25
parent9fc739889fd536adeeb866c1c4e6b1530aed3d57 (diff)
downloadsystem-plugin-a171200084458b8c2d6af00b40e4087b8771d617.tar.gz
system-plugin-a171200084458b8c2d6af00b40e4087b8771d617.tar.bz2
system-plugin-a171200084458b8c2d6af00b40e4087b8771d617.zip
Revert "fstab: use automounting to reduce boot-up time"
This reverts commit 9fc739889fd536adeeb866c1c4e6b1530aed3d57. Change-Id: I17ae10dfbd34001b1c6b81606799792ef00821a8
-rw-r--r--etc/fstab4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/fstab b/etc/fstab
index 84f8134..10f7825 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,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