summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Distro/Debian_3_1.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSSetup/Distro/Debian_3_1.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Debian_3_1.pm66
1 files changed, 0 insertions, 66 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Debian_3_1.pm b/installer/OpenSLX/OSSetup/Distro/Debian_3_1.pm
index a903947d..24ca7ef5 100644
--- a/installer/OpenSLX/OSSetup/Distro/Debian_3_1.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Debian_3_1.pm
@@ -24,72 +24,6 @@ use OpenSLX::Utils;
################################################################################
### implementation
################################################################################
-sub new
-{
- my $class = shift;
- my $self = {
- 'base-name' => 'debian-3.1',
- 'arch' => 'i386',
- 'release-name' => 'sarge',
- };
- return bless $self, $class;
-}
-
-sub initDistroInfo
-{
- my $self = shift;
-
- $self->{config}->{'repository'} = {
- 'base' => {
- 'urls' => "
- http://debian.intergenia.de/debian
- ",
- 'name' => 'Debian 3.1',
- 'repo-subdir' => 'dists',
- 'distribution' => 'sarge',
- 'components' => 'main',
- },
- };
-
- $self->{config}->{'package-subdir'} = 'pool';
-
- $self->{config}->{'prereq-packages'} = "
- main/d/debootstrap/debootstrap_0.3.3.2_all.deb
- ";
-
- $self->{config}->{'bootstrap-packages'} = "
- ";
-
- $self->{config}->{'selection'} = {
- 'default' => "
- kernel-image-2.6-386
- locales
- ",
-
- 'gnome' => "
- <<<default>>>
- gnome
- ",
-
- 'kde' => "
- <<<default>>>
- kde
- ",
-
- # current 32-bit build platform for OpenSLX:
- 'openslx-build' => "
- <<<default>>>
- bzip2
- gcc
- libc6-dev
- make
- ",
-
- };
-
- return;
-}
-
sub preSystemInstallationHook
{
my $self = shift;