summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/creator.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/wic/creator.py')
-rw-r--r--scripts/lib/wic/creator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/wic/creator.py b/scripts/lib/wic/creator.py
index d4972e889b..8f7d1503f5 100644
--- a/scripts/lib/wic/creator.py
+++ b/scripts/lib/wic/creator.py
@@ -69,6 +69,7 @@ class Creator():
69 optparser.add_option('', '--tmpfs', action='store_true', dest='enabletmpfs', 69 optparser.add_option('', '--tmpfs', action='store_true', dest='enabletmpfs',
70 help='Setup tmpdir as tmpfs to accelerate, experimental' 70 help='Setup tmpdir as tmpfs to accelerate, experimental'
71 ' feature, use it if you have more than 4G memory') 71 ' feature, use it if you have more than 4G memory')
72 optparser.add_option('', '--bmap', action='store_true', help='generate .bmap')
72 return optparser 73 return optparser
73 74
74 def postoptparse(self, options): 75 def postoptparse(self, options):