mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-09 13:00:16 +00:00
-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:
@@ -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";
|
||||
|
Reference in New Issue
Block a user