diff options
Diffstat (limited to 'scripts/lib/wic/help.py')
-rw-r--r-- | scripts/lib/wic/help.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 29c4e436d8..4d342fcf05 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py | |||
@@ -969,6 +969,16 @@ DESCRIPTION | |||
969 | is omitted, not the directory itself. This option only | 969 | is omitted, not the directory itself. This option only |
970 | has an effect with the rootfs source plugin. | 970 | has an effect with the rootfs source plugin. |
971 | 971 | ||
972 | --include-path: This option is specific to wic. It adds the contents | ||
973 | of the given path to the resulting image. The path is | ||
974 | relative to the directory in which wic is running not | ||
975 | the rootfs itself so use of an absolute path is | ||
976 | recommended. This option is most useful when multiple | ||
977 | copies of the rootfs are added to an image and it is | ||
978 | required to add extra content to only one of these | ||
979 | copies. This option only has an effect with the rootfs | ||
980 | source plugin. | ||
981 | |||
972 | --extra-space: This option is specific to wic. It adds extra | 982 | --extra-space: This option is specific to wic. It adds extra |
973 | space after the space filled by the content | 983 | space after the space filled by the content |
974 | of the partition. The final size can go | 984 | of the partition. The final size can go |