2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-28 15:21:11 +00:00

-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:
jbjohnso
2008-12-01 14:45:59 +00:00
parent 5a6e9f8d2b
commit 243772975c

View File

@@ -528,6 +528,9 @@ sub copycd
chomp($darch);
last;
}
if (not $darch and m/^BASEARCHS\s+(\S+)/) {
$darch = $1;
}
}
close($dinfo);
unless ($darch)