aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2015-06-16 13:18:35 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-23 11:38:16 +0100
commitd92cda72ef605bf2f45437667c1fc36c76629d47 (patch)
tree4198404fe631f2469ca98dd89d9ff457d4b0b126
parentdda85cd420d47d97b0d0b0f294b37cd6066c541c (diff)
downloadopenembedded-core-contrib-d92cda72ef605bf2f45437667c1fc36c76629d47.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] Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--scripts/lib/image/help.py4
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
up being are dependent on the given plugin
implementation.
+ If --source option is not used, the wic command
+ will create empty partition. --size parameter has
+ to be used to specify size of empty partition.
+
--ondisk or --ondrive: Forces the partition to be created on
a particular disk.