diff options
Diffstat (limited to 'scripts/lib/wic/ksparser.py')
-rw-r--r-- | scripts/lib/wic/ksparser.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/wic/ksparser.py b/scripts/lib/wic/ksparser.py index 3e670033ba..6a643ba3af 100644 --- a/scripts/lib/wic/ksparser.py +++ b/scripts/lib/wic/ksparser.py | |||
@@ -151,6 +151,8 @@ class KickStart(): | |||
151 | part.add_argument('--part-name') | 151 | part.add_argument('--part-name') |
152 | part.add_argument('--part-type') | 152 | part.add_argument('--part-type') |
153 | part.add_argument('--rootfs-dir') | 153 | part.add_argument('--rootfs-dir') |
154 | part.add_argument('--type', default='primary', | ||
155 | choices = ('primary', 'logical')) | ||
154 | 156 | ||
155 | # --size and --fixed-size cannot be specified together; options | 157 | # --size and --fixed-size cannot be specified together; options |
156 | # ----extra-space and --overhead-factor should also raise a parser | 158 | # ----extra-space and --overhead-factor should also raise a parser |