summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/wic/help.py')
-rw-r--r--scripts/lib/wic/help.py20
1 files changed, 12 insertions, 8 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py
index 62a2a90e79..bd3a2b97df 100644
--- a/scripts/lib/wic/help.py
+++ b/scripts/lib/wic/help.py
@@ -971,14 +971,18 @@ DESCRIPTION
971 has an effect with the rootfs source plugin. 971 has an effect with the rootfs source plugin.
972 972
973 --include-path: This option is specific to wic. It adds the contents 973 --include-path: This option is specific to wic. It adds the contents
974 of the given path to the resulting image. The path is 974 of the given path or a rootfs to the resulting image.
975 relative to the directory in which wic is running not 975 The option contains two fields, the origin and the
976 the rootfs itself so use of an absolute path is 976 destination. When the origin is a rootfs, it follows
977 recommended. This option is most useful when multiple 977 the same logic as the rootfs-dir argument and the
978 copies of the rootfs are added to an image and it is 978 permissions and owners are kept. When the origin is a
979 required to add extra content to only one of these 979 path, it is relative to the directory in which wic is
980 copies. This option only has an effect with the rootfs 980 running not the rootfs itself so use of an absolute
981 source plugin. 981 path is recommended, and the owner and group is set to
982 root:root. If no destination is given it is
983 automatically set to the root of the rootfs. This
984 option only has an effect with the rootfs source
985 plugin.
982 986
983 --change-directory: This option is specific to wic. It changes to the 987 --change-directory: This option is specific to wic. It changes to the
984 given directory before copying the files. This 988 given directory before copying the files. This