From e3a8b8de87d1630c378728ac4a2d4fdb5e786ff0 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 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): -- cgit v1.2.1