summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/app.py')
-rw-r--r--morphlib/app.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index f7c07726..c8fe397d 100644
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -120,13 +120,6 @@ 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'],