[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6308/8267] wic: add wic_init_parser_rm
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 6308/8267] wic: add wic_init_parser_rm
- Date: Sun, 17 Dec 2017 04:39:45 +0000 (UTC)
commit 89af63bc04caeb8a34bfe9875be8da8dbf80d5fc
Author: Ed Bartosh <ed bartosh linux intel com>
Date: Tue Jun 13 14:22:09 2017 +0300
wic: add wic_init_parser_rm
Add parser for 'wic rm' subcommand.
(From OE-Core rev: 234b20ae73e15a4926b64449a665169390c66451)
Signed-off-by: Ed Bartosh <ed bartosh linux intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
scripts/wic | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/scripts/wic b/scripts/wic
index 5e81fad..fc192ec 100755
--- a/scripts/wic
+++ b/scripts/wic
@@ -379,6 +379,12 @@ def wic_init_parser_cp(subparser):
subparser.add_argument("-n", "--native-sysroot",
help="path to the native sysroot containing the tools")
+def wic_init_parser_rm(subparser):
+ subparser.add_argument("path", type=imgpathtype,
+ help="path: <image>:<vfat partition><path>")
+ subparser.add_argument("-n", "--native-sysroot",
+ help="path to the native sysroot containing the tools")
+
def wic_init_parser_help(subparser):
helpparsers = subparser.add_subparsers(dest='help_topic', help=hlp.wic_usage)
for helptopic in helptopics:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]