summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2014-01-07 16:08:34 +0800
committerChengwei Yang <chengwei.yang@intel.com>2014-01-07 16:10:39 +0800
commit917461b097d10713b50269484178023bd9a51a04 (patch)
tree9510a1cd5944dc4b96a34da1908fb0ab14c5429b
parentf7d20bb72560e19583ec5c45094a5d6c48ebf6ea (diff)
downloadsystem-plugin-ia-generic-917461b097d10713b50269484178023bd9a51a04.tar.gz
system-plugin-ia-generic-917461b097d10713b50269484178023bd9a51a04.tar.bz2
system-plugin-ia-generic-917461b097d10713b50269484178023bd9a51a04.zip
systemd will take care of API fs mount
Since systemd will take care of these API fs mount, so remove them from fstab, in addition, in systemd, there is a tmp.mount which has different mount options, especially the smackfsroot=* option. Change-Id: I5816967b17fd2a6ace21d2bdbf7108f204e4993c Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
-rw-r--r--etc/fstab4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/fstab b/etc/fstab
index 89df404..0988fbf 100644
--- a/etc/fstab
+++ b/etc/fstab
@@ -1,8 +1,4 @@
#<file system> <mount point> <type> <options> <dump> <pass>
-none /proc proc defaults 0 0
-none /dev/pts devpts mode=0622 0 0
-tmpfs /tmp tmpfs defaults 0 0
-none /sys sysfs defaults 0 0
/opt/var /var bind bind 0 0
LABEL=platform / auto defaults 0 0