1
0
mirror of synced 2026-04-15 15:49:48 +00:00

Install 'stable' instead of 'leny' by default

This commit is contained in:
Axel Beckert
2010-05-15 01:08:19 +02:00
parent adeefd6fbb
commit a9aa524bea

View File

@@ -1209,7 +1209,7 @@ sub setupDefaultOptions
#
$CONFIG{ 'mirror' } = 'http://ftp.us.debian.org/debian';
$CONFIG{ 'arch' } = '';
$CONFIG{ 'dist' } = 'lenny';
$CONFIG{ 'dist' } = 'stable';
$CONFIG{ 'fs' } = 'ext3';
$CONFIG{ 'force' } = 0;
$CONFIG{ 'install' } = 1;