mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-17 03:40:39 +00:00
-t pattern should not be used with separate packages
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10991 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -418,8 +418,8 @@ unless ($onlyinitrd) {
|
||||
}
|
||||
if($pkgnames ne ' ')
|
||||
{
|
||||
print "$envlist $yumcmd -t pattern $pkgnames\n";
|
||||
$rc = system("$envlist $yumcmd -t pattern $pkgnames");
|
||||
print "$envlist $yumcmd $pkgnames\n";
|
||||
$rc = system("$envlist $yumcmd $pkgnames");
|
||||
$rc = $rc >> 8;
|
||||
if (($rc) && ($rc != '104')) {
|
||||
print "zypper invocation failed with rc: $rc\n";
|
||||
|
Reference in New Issue
Block a user