summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-23 16:18:03 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-23 16:20:23 +0000
commit909306a7d88021af9b54af9b0603240bfcd2c4e2 (patch)
tree4103ebb541cd161dcced29188b60cd1ad79a76be /morph
parent74e87b098a6678c072600091fbccd66b0cf88d94 (diff)
downloadmorph-909306a7d88021af9b54af9b0603240bfcd2c4e2.tar.gz
morph make patch: diff factory subvolumes
The filesystem contents will be installed into the factory subvolume, not the root filesystem
Diffstat (limited to 'morph')
-rwxr-xr-xmorph5
1 files changed, 3 insertions, 2 deletions
diff --git a/morph b/morph
index ad4fc41b..272359fd 100755
--- a/morph
+++ b/morph
@@ -386,8 +386,9 @@ class Morph(cliapp.Application):
morphlib.fsutils.mount(ex, part, mount_point)
# make a diff
- ex.runv(['tbdiff-create', outpath, paths['source'],
- paths['target']])
+ ex.runv(['tbdiff-create', outpath,
+ os.path.join(paths['source'], 'factory'),
+ os.path.join(paths['target'], 'factory')])
except BaseException:
# cleanup