From ca69643faa949664e3d5c3c182cbe2ba1dc55026 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 17 Dec 2015 12:02:28 +0000 Subject: wic/help.py: document that mountpoint is optional for part command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] (From OE-Core rev: d1ff1fef987457eb1a5ffe42dbabc7808fa7d598) Signed-off-by: Joshua Lock Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- scripts/lib/wic/help.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3-54-g00ecf