1
0
mirror of synced 2026-01-19 09:08:30 +00:00

Remove redundant default mirror setting

This commit is contained in:
Axel Beckert 2010-05-17 02:51:39 +02:00
parent 29e2f7ece7
commit 98514d3fc2

View File

@ -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;