Changed template name.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11353 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2012-01-05 15:32:46 +00:00
parent 94656ae763
commit 3632895aa2

View File

@ -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";