diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-06-16 13:18:35 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-23 11:47:31 +0100 |
commit | 928621368830aae4423cfcfb1bb3990b6ca83f13 (patch) | |
tree | 3b004b0c53226b859e514c01d309516661b159f6 /scripts/lib | |
parent | 410e272591cfc5ef97b82bc2fa3895aab09578cf (diff) | |
download | poky-928621368830aae4423cfcfb1bb3990b6ca83f13.tar.gz |
wic: Document creation of empty partition
Added short explanation of how to create empty pattition
to the 'wic help kickstart' output.
[YOCTO #7131]
(From OE-Core rev: d92cda72ef605bf2f45437667c1fc36c76629d47)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/image/help.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index 14f0ff173a..adfe976716 100644 --- a/scripts/lib/image/help.py +++ b/scripts/lib/image/help.py | |||
@@ -707,6 +707,10 @@ DESCRIPTION | |||
707 | up being are dependent on the given plugin | 707 | up being are dependent on the given plugin |
708 | implementation. | 708 | implementation. |
709 | 709 | ||
710 | If --source option is not used, the wic command | ||
711 | will create empty partition. --size parameter has | ||
712 | to be used to specify size of empty partition. | ||
713 | |||
710 | --ondisk or --ondrive: Forces the partition to be created on | 714 | --ondisk or --ondrive: Forces the partition to be created on |
711 | a particular disk. | 715 | a particular disk. |
712 | 716 | ||