summaryrefslogtreecommitdiff
path: root/morphlib/writeexts.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/writeexts.py')
-rw-r--r--morphlib/writeexts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/writeexts.py b/morphlib/writeexts.py
index eff13dde..9beb8dd2 100644
--- a/morphlib/writeexts.py
+++ b/morphlib/writeexts.py
@@ -244,7 +244,7 @@ class WriteExtension(cliapp.Application):
self.status(msg='Mounting filesystem')
tempdir = tempfile.mkdtemp()
- cliapp.runcmd(['mount', '-o', 'loop', location, tempdir])
+ cliapp.runcmd(['mount', location, tempdir])
return tempdir
def unmount(self, mount_point):