From d92cda72ef605bf2f45437667c1fc36c76629d47 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 16 Jun 2015 13:18:35 +0300 Subject: 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 Signed-off-by: Ross Burton --- scripts/lib/image/help.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') 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. -- cgit 1.2.3-korg