diff options
author | Chengwei Yang <chengwei.yang@intel.com> | 2014-01-07 16:08:34 +0800 |
---|---|---|
committer | Chengwei Yang <chengwei.yang@intel.com> | 2014-01-07 16:10:39 +0800 |
commit | 917461b097d10713b50269484178023bd9a51a04 (patch) | |
tree | 9510a1cd5944dc4b96a34da1908fb0ab14c5429b | |
parent | f7d20bb72560e19583ec5c45094a5d6c48ebf6ea (diff) | |
download | system-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/fstab | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |