From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 882F0E00D72; Tue, 5 Jan 2016 05:08:32 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 54F4DE00D6C for ; Tue, 5 Jan 2016 05:08:29 -0800 (PST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP; 05 Jan 2016 05:08:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,525,1444719600"; d="scan'208";a="628328885" Received: from linux.intel.com ([10.23.219.25]) by FMSMGA003.fm.intel.com with ESMTP; 05 Jan 2016 05:08:29 -0800 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.51]) by linux.intel.com (Postfix) with ESMTP id 363D76A4004; Tue, 5 Jan 2016 05:56:27 -0800 (PST) From: Ed Bartosh To: yocto@yoctoproject.org Date: Tue, 5 Jan 2016 13:10:52 +0200 Message-Id: <4f84348e85e8b8d17e27e1cb03dd7bf6a201e65a.1451991988.git.ed.bartosh@linux.intel.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH 3/7] dev-manual: add description of --extra-space option X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2016 13:08:32 -0000 Added description of wic kickstart part --extra-space option to OpenEmbedded Kickstart (.wks) Reference Signed-off-by: Ed Bartosh --- documentation/dev-manual/dev-manual-common-tasks.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index f8cecbc..758c035 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -4613,6 +4613,11 @@ This option is a wic-specific option. Space will be reserved for the partition and it will be populated but it will not be added to the partition table. + --extra-space: + This option is a wic-specific option that + adds extra space after the space filled by the content + of the partition. The final size can go beyond the size specified + by --size. Default value is 10MB. -- 2.1.4