diff --git a/xCAT-server/share/xcat/install/sles/custom.sles11.s390x.tmpl b/xCAT-server/share/xcat/install/sles/ref.sles11.s390x.tmpl similarity index 100% rename from xCAT-server/share/xcat/install/sles/custom.sles11.s390x.tmpl rename to xCAT-server/share/xcat/install/sles/ref.sles11.s390x.tmpl diff --git a/xCAT-server/share/xcat/tools/mkay4z b/xCAT-server/share/xcat/tools/mkay4z index e4b2f5084..2d17b9643 100644 --- a/xCAT-server/share/xcat/tools/mkay4z +++ b/xCAT-server/share/xcat/tools/mkay4z @@ -12,7 +12,7 @@ Usage: mkay4z [conf file] [ref template], where [conf file]: File containing Linux configuration [ref template]: Reference autoyast template to build off of - Example: # ./mkay4z conf.txt sles11.tmpl > myautoyast.tmpl + Example: # ./mkay4z conf.txt ref.sles11.s390x.tmpl > custom.sles11.s390x.tmpl =cut @@ -25,13 +25,13 @@ if(@ARGV != 2) { print < myautoyast.tmpl +Example: # ./mkay4z conf.txt ref.sles11.s390x.tmpl > custom.sles11.s390x.tmpl END exit(); }