|
@@ -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:
|