From: Joshua Lock Date: Thu, 17 Dec 2015 12:02:28 +0000 (+0000) Subject: wic/help.py: document that mountpoint is optional for part command X-Git-Tag: 2016-4~1860 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d1ff1fef987457eb1a5ffe42dbabc7808fa7d598;p=openembedded-core.git wic/help.py: document that mountpoint is optional for part command If no mountpoint is specified for a partition command the partition will be created but not mounted — mention this in the kickstart help text. [YOCTO #8820] Signed-off-by: Joshua Lock Signed-off-by: Ross Burton --- diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 89fb7be950..be334e7814 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py @@ -617,7 +617,7 @@ DESCRIPTION This command creates a partition on the system and uses the following syntax: - part + part [] The is where the partition will be mounted and must take of one of the following forms: @@ -626,6 +626,9 @@ DESCRIPTION swap: The partition will be used as swap space. + If a is not specified the partition will be created + but will not be mounted. + The following are supported 'part' options: --size: The minimum partition size. Specify an integer value