From ce1624b83e858614a5430c3cc29085e1b8cb6c8c Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 17 Jan 2013 22:59:01 +0100 Subject: [PATCH] Remove redundant and broken second setting of mirror by distribution --- bin/xen-create-image | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index c1e1b68..d1dc7bb 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -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 #