diff options
Diffstat (limited to 'scripts/lib/wic')
-rw-r--r-- | scripts/lib/wic/ksparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/ksparser.py b/scripts/lib/wic/ksparser.py index f32315c631..ac6f427564 100644 --- a/scripts/lib/wic/ksparser.py +++ b/scripts/lib/wic/ksparser.py | |||
@@ -144,7 +144,7 @@ class KickStart(): | |||
144 | part.add_argument('--offset', type=sizetype("K")) | 144 | part.add_argument('--offset', type=sizetype("K")) |
145 | part.add_argument('--exclude-path', nargs='+') | 145 | part.add_argument('--exclude-path', nargs='+') |
146 | part.add_argument('--include-path', nargs='+') | 146 | part.add_argument('--include-path', nargs='+') |
147 | part.add_argument("--extra-space", type=sizetype) | 147 | part.add_argument("--extra-space", type=sizetype("M")) |
148 | part.add_argument('--fsoptions', dest='fsopts') | 148 | part.add_argument('--fsoptions', dest='fsopts') |
149 | part.add_argument('--fstype', default='vfat', | 149 | part.add_argument('--fstype', default='vfat', |
150 | choices=('ext2', 'ext3', 'ext4', 'btrfs', | 150 | choices=('ext2', 'ext3', 'ext4', 'btrfs', |