summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Distro
diff options
context:
space:
mode:
authorOliver Tappe2007-05-28 15:29:45 +0200
committerOliver Tappe2007-05-28 15:29:45 +0200
commitd7afcd0a5a3d03251991bc7fc91ba14b38a92fc8 (patch)
treec8bd01847af67ab915cd60abaa25183e56505157 /installer/OpenSLX/OSSetup/Distro
parent* changed slxsystem to ignore SIGPIPE instead of exiting, as this used to cause (diff)
downloadcore-d7afcd0a5a3d03251991bc7fc91ba14b38a92fc8.tar.gz
core-d7afcd0a5a3d03251991bc7fc91ba14b38a92fc8.tar.xz
core-d7afcd0a5a3d03251991bc7fc91ba14b38a92fc8.zip
* integrated mirror support into yum & smart backend
* fixed smart backend with respect to being restarted (it no longer stops, waiting for you to enter an alternative name for any existing channel) * the use of mirrors can now be deactivated with SLX_NO_MIRROR=1, very useful for development git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1095 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSSetup/Distro')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm12
1 files changed, 0 insertions, 12 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm
index f5a5b3ff..37dabf4d 100644
--- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm
+++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm
@@ -959,18 +959,6 @@ sub initDistroInfo
zvbi
",
};
-
- $self->{config}->{'excludes'} = {
- # these packages will never be installed:
-
- 'default' => "
- ",
-
- 'kde' => "
- <<<default>>>
- ",
- };
-
}
1; \ No newline at end of file