From 3632895aa2fa77f2937d43623379e10669c39a41 Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 5 Jan 2012 15:32:46 +0000 Subject: [PATCH] Changed template name. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11353 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/tools/mkay4z | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/tools/mkay4z b/xCAT-server/share/xcat/tools/mkay4z index 9542f5beb..db8b8d87b 100644 --- a/xCAT-server/share/xcat/tools/mkay4z +++ b/xCAT-server/share/xcat/tools/mkay4z @@ -45,7 +45,7 @@ while (!($version eq '10' || $version eq '11')) { # Get template path my $template_path = ''; while (!$template_path) { - $template_path = ask("Where do you want to place the template? (e.g. /tmp/autoyast.tmpl) "); + $template_path = ask("Where do you want to place the template? (e.g. /tmp/custom.sles11.s390x.tmpl) "); if (!$template_path) { print " A path for the template is needed!\n";