From 46b25172e24a4020d2f7870b8da0b94a2d6f106d Mon Sep 17 00:00:00 2001 From: brianfinley Date: Thu, 14 Jun 2012 06:10:47 +0000 Subject: [PATCH] improve verbiage git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13085 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/tools/mktoolscenter | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/tools/mktoolscenter b/xCAT-server/share/xcat/tools/mktoolscenter index 512455734..695453ef0 100755 --- a/xCAT-server/share/xcat/tools/mktoolscenter +++ b/xCAT-server/share/xcat/tools/mktoolscenter @@ -7,6 +7,12 @@ # 2) We gather machine types and download firmware # 3) We construct the bootable image and set up the NFS mount # + +# +# 2012.04.27 Brian Elliott Finley +# - improve verbiage +# + BEGIN { $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : '/opt/xcat'; @@ -340,8 +346,8 @@ if ( system("cp -r $src $repo")) { my $do_asu = question("Do you want to configure CMOS Settings for ASU?","yes","yesno"); if ($do_asu eq "yes") { - my $sol = question("Are these systems configured for SOL?","yes","yesno"); - my $hpc = question("Are these HPC systems?","yes","yesno"); + my $sol = question("Do you want these systems configured for SOL?","yes","yesno"); + my $hpc = question("Do you want these systems configured for HPC?","yes","yesno"); if ($sol eq "yes") { $sol = "sol"; }