summaryrefslogtreecommitdiff
path: root/system/mount.py
diff options
context:
space:
mode:
Diffstat (limited to 'system/mount.py')
-rw-r--r--system/mount.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/mount.py b/system/mount.py
index df235e46..b80e6bfc 100644
--- a/system/mount.py
+++ b/system/mount.py
@@ -287,7 +287,7 @@ def mount(module, **kwargs):
if get_platform().lower() == 'freebsd':
cmd += ['-F', args['fstab']]
- elif get_platform().lower() == 'linux' and args['fstab'] != '/etc/fstab':
+ elif get_platform().lower() == 'linux':
cmd += ['-T', args['fstab']]
cmd += [name]