diff options
Diffstat (limited to 'scripts/wic')
| -rwxr-xr-x | scripts/wic | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/wic b/scripts/wic index 7b0c3b2aa8..8869fba048 100755 --- a/scripts/wic +++ b/scripts/wic | |||
| @@ -105,6 +105,9 @@ def wic_create_subcommand(args, usage_str): | |||
| 105 | parser.add_option("-p", "--skip-build-check", dest="build_check", | 105 | parser.add_option("-p", "--skip-build-check", dest="build_check", |
| 106 | action="store_false", default=True, help="skip the build check") | 106 | action="store_false", default=True, help="skip the build check") |
| 107 | parser.add_option("-f", "--build-rootfs", action="store_true", help="build rootfs") | 107 | parser.add_option("-f", "--build-rootfs", action="store_true", help="build rootfs") |
| 108 | parser.add_option("-c", "--compress-with", choices=("gzip", "bzip2", "xz"), | ||
| 109 | dest='compressor', | ||
| 110 | help="compress image with specified compressor") | ||
| 108 | parser.add_option("-D", "--debug", dest="debug", action="store_true", | 111 | parser.add_option("-D", "--debug", dest="debug", action="store_true", |
| 109 | default=False, help="output debug information") | 112 | default=False, help="output debug information") |
| 110 | 113 | ||
