summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Tappe2007-04-02 23:45:25 +0200
committerOliver Tappe2007-04-02 23:45:25 +0200
commit156409703872a164e09b9d996ec351d3bde8b0c8 (patch)
tree8d587fdbb6ec5ee5410a1bb919171bcab8eb2b6f
parent* added missing folder creation, found by Dirk (diff)
downloadcore-156409703872a164e09b9d996ec351d3bde8b0c8.tar.gz
core-156409703872a164e09b9d996ec351d3bde8b0c8.tar.xz
core-156409703872a164e09b9d996ec351d3bde8b0c8.zip
* 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
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Fedora_6.pm3
-rw-r--r--installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm4
-rw-r--r--installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm4
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