-Fix problem where way too many places were looked for stateless drivers in

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1345 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-05-09 20:38:58 +00:00
parent be841430bb
commit abbedb8e36

View File

@ -43,6 +43,7 @@ GetOptions(
't=s' => \$tmplimit,
'k=s' => \$kernelver
);
chomp($kernelver);
unless ($osver and $profile and $netdriver and $prinic) {
print 'Usage: genimage -i <nodebootif> -n <nodenetdrivers> [-r <otherifaces>] -o <OSVER> -p <PROFILE> -k <KERNELVER>'."\n";
print "Examples:\n";