mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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] (From OE-Core rev: d1ff1fef987457eb1a5ffe42dbabc7808fa7d598) Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5628dde92e
commit
ca69643faa
@@ -617,7 +617,7 @@ DESCRIPTION
|
||||
This command creates a partition on the system and uses the
|
||||
following syntax:
|
||||
|
||||
part <mountpoint>
|
||||
part [<mountpoint>]
|
||||
|
||||
The <mountpoint> 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 <mountpoint> 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
|
||||
|
||||
Reference in New Issue
Block a user