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:38:16 +0100 |
commit | d92cda72ef605bf2f45437667c1fc36c76629d47 (patch) | |
tree | 4198404fe631f2469ca98dd89d9ff457d4b0b126 /scripts/lib/image | |
parent | dda85cd420d47d97b0d0b0f294b37cd6066c541c (diff) | |
download | openembedded-core-d92cda72ef605bf2f45437667c1fc36c76629d47.tar.gz openembedded-core-d92cda72ef605bf2f45437667c1fc36c76629d47.tar.bz2 openembedded-core-d92cda72ef605bf2f45437667c1fc36c76629d47.zip |
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>
Diffstat (limited to 'scripts/lib/image')
-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 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. |