summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-31 09:41:16 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-03-31 09:41:16 +0000
commite59c7431725961e502e12a64c4a006905c3c5821 (patch)
treed472a665a8d2c6b5ad13325fd1d93a33dbe37aa9
parentbbcc79edb0fbd9ae9bd6714e94e1a6490de5dc31 (diff)
downloadmorph-e59c7431725961e502e12a64c4a006905c3c5821.tar.gz
Morph build a82b16b8220f4f8080b0198619484887
System branch: master
-rw-r--r--morphlib/builder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/builder.py b/morphlib/builder.py
index 9b01f983..1ae1eec8 100644
--- a/morphlib/builder.py
+++ b/morphlib/builder.py
@@ -522,7 +522,6 @@ class SystemBuilder(BuilderBase): # pragma: no cover
for a_name, artifact in self.source.artifacts.iteritems():
try:
fs_root = self.staging_area.destdir(self.source)
- self.unpack_strata(fs_root)
upperdir = self.staging_area.overlay_upperdir(
self.source)
editable_root = self.staging_area.overlaydir(self.source)
@@ -531,6 +530,7 @@ class SystemBuilder(BuilderBase): # pragma: no cover
if not os.path.exists(workdir):
os.makedirs(workdir)
union_filesystem = self.app.settings['union-filesystem']
+ self.unpack_strata(fs_root)
morphlib.fsutils.overlay_mount(self.app.runcmd,
'overlay-%s' % a_name,
editable_root, fs_root,