From 98514d3fc204b086dbb18240ef77bfabb0febe92 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Mon, 17 May 2010 02:51:39 +0200 Subject: [PATCH] Remove redundant default mirror setting --- bin/xen-create-image | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index 171aaec..f2cac79 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -1226,7 +1226,6 @@ sub setupDefaultOptions foreach my $ubuntudist (qw(feisty gutsy hardy intrepid jaunty karmic lucid maverick)) { $CONFIG{ 'mirror_'.$ubuntudist } = 'http://archive.ubuntu.com/ubuntu'; } - $CONFIG{ 'mirror' } = 'http://ftp.us.debian.org/debian'; $CONFIG{ 'arch' } = ''; $CONFIG{ 'fs' } = 'ext3'; $CONFIG{ 'force' } = 0;