diff options
Diffstat (limited to 'scripts/lib/wic/help.py')
-rw-r--r-- | scripts/lib/wic/help.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 2e3061f343..800c0abf0f 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py | |||
@@ -1020,6 +1020,14 @@ DESCRIPTION | |||
1020 | By default, 10MB. This option cannot be used | 1020 | By default, 10MB. This option cannot be used |
1021 | with --fixed-size option. | 1021 | with --fixed-size option. |
1022 | 1022 | ||
1023 | --extra-partition-space: This option is specific to wic. It adds extra | ||
1024 | empty space after the space filled by the | ||
1025 | filesystem. With --fixed-size, the extra | ||
1026 | partition space is removed from the filesystem | ||
1027 | size. Otherwise (with or without --size flag), | ||
1028 | the extra partition space is added to the final | ||
1029 | paritition size. The default value is 0MB. | ||
1030 | |||
1023 | --overhead-factor: This option is specific to wic. The | 1031 | --overhead-factor: This option is specific to wic. The |
1024 | size of the partition is multiplied by | 1032 | size of the partition is multiplied by |
1025 | this factor. It has to be greater than or | 1033 | this factor. It has to be greater than or |