]> xenbits.xensource.com Git - people/dariof/xen-tools.git/commitdiff
Remove redundant and broken second setting of mirror by distribution
authorAxel Beckert <abe@deuxchevaux.org>
Thu, 17 Jan 2013 21:59:01 +0000 (22:59 +0100)
committerAxel Beckert <abe@deuxchevaux.org>
Thu, 17 Jan 2013 21:59:01 +0000 (22:59 +0100)
bin/xen-create-image

index c1e1b68a754929faffe6764329839f4fb198e2f2..d1dc7bb4ad7402dff18cc9fff30ea3580342e2d8 100755 (executable)
@@ -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
     #