From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mail.openembedded.org (Postfix) with ESMTP id 2E6E673BBE for ; Tue, 16 Jun 2015 12:05:02 +0000 (UTC) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 16 Jun 2015 05:05:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,626,1427785200"; d="scan'208";a="747595401" Received: from linux.intel.com ([10.23.219.25]) by orsmga002.jf.intel.com with ESMTP; 16 Jun 2015 05:05:04 -0700 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.65]) by linux.intel.com (Postfix) with ESMTP id 2E4686A4005; Tue, 16 Jun 2015 05:04:25 -0700 (PDT) From: Ed Bartosh To: openembedded-core@lists.openembedded.org Date: Tue, 16 Jun 2015 13:11:17 +0300 Message-Id: <1434449477-23225-1-git-send-email-ed.bartosh@linux.intel.com> X-Mailer: git-send-email 2.1.4 Subject: [wic][PATCH] wic: Document creation of empty partition X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2015 12:05:03 -0000 Added short explanation of how to create empty pattition to the 'wic help kickstart' command output. Signed-off-by: Ed Bartosh --- scripts/lib/image/help.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index 14f0ff1..adfe976 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. -- 2.1.4