diff options
-rw-r--r-- | scripts/lib/wic/help.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index be334e7814..f5587bbba7 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py | |||
@@ -629,6 +629,13 @@ DESCRIPTION | |||
629 | If a <mountpoint> is not specified the partition will be created | 629 | If a <mountpoint> is not specified the partition will be created |
630 | but will not be mounted. | 630 | but will not be mounted. |
631 | 631 | ||
632 | Partitions with a <mountpoint> specified will be automatically mounted. | ||
633 | This is achieved by wic adding entries to the fstab during image | ||
634 | generation. In order for a valid fstab to be generated one of the | ||
635 | --ondrive, --ondisk or --use-uuid partition options must be used for | ||
636 | each partition that specifies a mountpoint. | ||
637 | |||
638 | |||
632 | The following are supported 'part' options: | 639 | The following are supported 'part' options: |
633 | 640 | ||
634 | --size: The minimum partition size. Specify an integer value | 641 | --size: The minimum partition size. Specify an integer value |