From 156409703872a164e09b9d996ec351d3bde8b0c8 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 2 Apr 2007 21:45:25 +0000 Subject: * the 'default'-selection no longer refers to 'kde' or 'gnome', but it represents a base system, as this facilitates faster testing. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@857 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSSetup/Distro/Fedora_6.pm | 3 +-- installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm | 4 ++-- installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/installer/OpenSLX/OSSetup/Distro/Fedora_6.pm b/installer/OpenSLX/OSSetup/Distro/Fedora_6.pm index a621d001..31d2d145 100644 --- a/installer/OpenSLX/OSSetup/Distro/Fedora_6.pm +++ b/installer/OpenSLX/OSSetup/Distro/Fedora_6.pm @@ -168,8 +168,7 @@ sub initDistroInfo "; $self->{config}->{'selection'} = { - 'default' => " - ", + 'default' => "", } } diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm index 863362f0..ff8090fc 100644 --- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm +++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm @@ -166,6 +166,8 @@ sub initDistroInfo "; $self->{config}->{'selection'} = { + 'default' => "", + 'gnome' => " 3ddiag 855resolution @@ -1013,8 +1015,6 @@ sub initDistroInfo zvbi ", }; - $self->{config}->{'selection'}->{default} - = $self->{config}->{'selection'}->{gnome}; } 1; \ No newline at end of file diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm index 72a8bd58..0f7af989 100644 --- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm +++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm @@ -182,6 +182,8 @@ sub initDistroInfo "; $self->{config}->{'selection'} = { + 'default' => "", + 'kde' => " 3ddiag 915resolution @@ -941,8 +943,6 @@ sub initDistroInfo zypper ", }; - $self->{config}->{'selection'}->{default} - = $self->{config}->{'selection'}->{kde}; } 1; \ No newline at end of file -- cgit v1.2.3-55-g7522