From 769ba844c835fe77235307625c45522262d903f4 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Tue, 9 Aug 2016 15:11:00 +0800 Subject: [PATCH] [go-xcat] Remove all the complicated examples --- xCAT-server/share/xcat/tools/go-xcat | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/xCAT-server/share/xcat/tools/go-xcat b/xCAT-server/share/xcat/tools/go-xcat index f13e6e321..775c87ae3 100755 --- a/xCAT-server/share/xcat/tools/go-xcat +++ b/xCAT-server/share/xcat/tools/go-xcat @@ -49,26 +49,8 @@ function usage() ${script} --yes install ${script} -x 2.12 -y install ${script} --xcat-version=devel install - ${script} --xcat-core=/path/to/xcat-core.repo install - ${script} --xcat-core=/path/to/xcat-core install - ${script} --xcat-core=/path/to/xcat-core.tar install - ${script} --xcat-core=/path/to/xcat-core.tar.Z install - ${script} --xcat-core=/path/to/xcat-core.tar.gz install - ${script} --xcat-core=/path/to/xcat-core.tar.bz2 install - ${script} --xcat-core=/path/to/xcat-core.tar.xz install - ${script} --xcat-core=http://xcat.org/path/to/xcat-core.repo install - ${script} --xcat-core=http://xcat.org/path/to/xcat-core install - ${script} --xcat-core=http://xcat.org/path/to/xcat-core.tar.bz2 install - ${script} --xcat-core=/path/to/xcat-core.repo \\ - --xcat-dep=/path/to/xcat-dep.repo install - ${script} --xcat-core=/path/to/xcat-core \\ - --xcat-dep=/path/to/xcat-dep install ${script} --xcat-core=/path/to/xcat-core.tar.bz2 \\ --xcat-dep=/path/to/xcat-dep.tar.bz2 install - ${script} --xcat-core=http://xcat.org/path/to/xcat-core.repo \\ - --xcat-dep=http://xcat.org/path/to/xcat-dep.repo install - ${script} --xcat-core=http://xcat.org/path/to/xcat-core \\ - --xcat-dep=http://xcat.org/path/to/xcat-dep install ${script} --xcat-core=http://xcat.org/path/to/xcat-core.tar.bz2 \\ --xcat-dep=http://xcat.org/path/to/xcat-dep.tar.bz2 install