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

Added copycds for suse11 standard x86_64

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4483 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
vallard
2009-11-05 06:59:59 +00:00
parent 823bb33b20
commit 587f478bbc

View File

@@ -738,8 +738,10 @@ sub copycd
my @subparts = split /-/, $parts[2];
$detdistname = "sles" . $subparts[0];
unless ($distname) { $distname = "sles" . $subparts[0] };
}elsif($prod =~ m/cselx 1.0-0/){
# GE healthcare special SuSE distribution
# check media.1/products for text.
# the cselx is a special GE built version.
# openSUSE is the normal one.
}elsif($prod =~ m/cselx 1.0-0|openSUSE 11.1-0/){
$distname = "suse11";
$detdistname = "suse11";
}