summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-30 12:16:50 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-03-30 12:16:50 +0000
commitac44d4f5994dbc1d579dfb7e95c8672bf01caa5b (patch)
tree9b4054c06ee0dcd38da78bd9e78a5aa7292464b3 /morphlib/app.py
parentaa047d1b4ea195c1a5a70568a2b75f958f47fa99 (diff)
downloadmorph-ac44d4f5994dbc1d579dfb7e95c8672bf01caa5b.tar.gz
Morph build c2397bf4873742a3ba9202cbdcfffea8
System branch: master
Diffstat (limited to 'morphlib/app.py')
-rw-r--r--morphlib/app.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index c8fe397d..f7c07726 100644
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -120,6 +120,13 @@ class Morph(cliapp.Application):
metavar='URL',
default=None,
group=group_advanced)
+ self.settings.string(['union-filesystem'],
+ 'filesystem used to provide "union filesystem" '
+ 'functionality when building and deploying. '
+ 'Only "overlayfs" and "unionfs-fuse" are '
+ 'supported at this time.',
+ default='overlayfs',
+ group=group_advanced)
group_build = 'Build Options'
self.settings.integer(['max-jobs'],