-Accomodate SLES11 media
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2527 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
5a6e9f8d2b
commit
243772975c
@ -528,6 +528,9 @@ sub copycd
|
||||
chomp($darch);
|
||||
last;
|
||||
}
|
||||
if (not $darch and m/^BASEARCHS\s+(\S+)/) {
|
||||
$darch = $1;
|
||||
}
|
||||
}
|
||||
close($dinfo);
|
||||
unless ($darch)
|
||||
|
Loading…
Reference in New Issue
Block a user