diff options
author | Lukasz Stelmach <l.stelmach@samsung.com> | 2016-03-31 08:56:50 -0700 |
---|---|---|
committer | Lukasz Stelmach <l.stelmach@samsung.com> | 2016-03-31 08:56:50 -0700 |
commit | a171200084458b8c2d6af00b40e4087b8771d617 (patch) | |
tree | 0ce6a892e4ebea54610d64d5d0e0828aad0c0a25 | |
parent | 9fc739889fd536adeeb866c1c4e6b1530aed3d57 (diff) | |
download | system-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/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,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 |