From 1852cf3b47d7e9fb70a7dc713f6862a4bb69e554 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 16 Oct 2014 17:25:37 +0000 Subject: Disable loop mount, leave the system decide --- morphlib/writeexts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morphlib/writeexts.py b/morphlib/writeexts.py index a320c3d8..f4c6ab92 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): -- cgit v1.2.1