mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 19:22:05 +00:00
Improve SLES15 copycds for Media2 iso
This commit is contained in:
parent
3a301a1b19
commit
ae5dea34b4
@ -1770,6 +1770,15 @@ sub copycd
|
||||
$distname = "sle15";
|
||||
}
|
||||
};
|
||||
} elsif ($dsc =~ /SLE-15/ and $dsc =~ /SOURCE/) {
|
||||
$discnumber = 2;
|
||||
unless ($distname) {
|
||||
if ($dsc =~ /SLE-15-SP(\d)/) {
|
||||
$distname = "sle15.$1";
|
||||
} else {
|
||||
$distname = "sle15";
|
||||
}
|
||||
};
|
||||
} elsif ($dsc =~ /SLE-15/ and $dsc =~ /Full/) {
|
||||
$discnumber = 1;
|
||||
$linktwo = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user