my $defaultConfig = {
'name' => 'default',
- 'mirror' => 'http://debian.catalyst.net.nz/debian',
+ 'mirror' => 'http://ftp.ch.debian.org/debian',
'parent' => undef,
- 'release' => 'etch',
+ 'release' => 'squeeze',
'inherit-files' => 1,
'inherit-packages' => 1,
'inherit-post-host' => 1,
}
for ( my $i = 1; $i < 255 ; $i++ ) {
- return "10.0.0.$i" unless $existingIp->{$i};
+ return "1.0.0.$i" unless $existingIp->{$i};
}
return undef;