Remove redundant and broken second setting of mirror by distribution
This commit is contained in:
@@ -3521,15 +3521,6 @@ sub installSystem
|
||||
sub exportEnvironment
|
||||
{
|
||||
|
||||
#
|
||||
# Per-distribution mirror?
|
||||
#
|
||||
my $distMirror = "mirror_" . $CONFIG{ 'dist' };
|
||||
if ( $CONFIG{ $distMirror } && length( $CONFIG{ $distMirror } ) )
|
||||
{
|
||||
$CONFIG{ 'mirror' } = $CONFIG{ $distMirror };
|
||||
}
|
||||
|
||||
#
|
||||
# Export partitions array to configuration
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user