From 49bf7c1200bfbeeab424c1c48fc28f34359be2b0 Mon Sep 17 00:00:00 2001 From: baiyuan Date: Mon, 20 Oct 2014 05:24:09 -0400 Subject: [PATCH] defect 4302 lskit/lskitcomp --xml has no output --- xCAT-client/pods/man1/lskitcomp.1.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xCAT-client/pods/man1/lskitcomp.1.pod b/xCAT-client/pods/man1/lskitcomp.1.pod index eac6a6b11..b9d0eb2dd 100644 --- a/xCAT-client/pods/man1/lskitcomp.1.pod +++ b/xCAT-client/pods/man1/lskitcomp.1.pod @@ -47,6 +47,7 @@ is a comma-delimited list of kit component names. The B command will =item B<-x|--xml|--XML> +Need XCATXMLTRACE=1 env when using -x|--xml|--XML. Return the output with XML tags. The data is returned as: @@ -140,6 +141,12 @@ To list kit components compatible with "rhels-6.2-x86_64" osdistro and "computen lskitcomp -O rhels-6.2-x86_64 -S computenode +=item 6. + +To list the kit component "testkit-compute-1.0-1-ubuntu-14.04-ppc64el" with XML tags, enter: + + XCATXMLTRACE=1 lskitcomp -x testkit-compute-1.0-1-ubuntu-14.04-ppc64el + =back