summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Tappe2007-05-06 20:16:18 +0200
committerOliver Tappe2007-05-06 20:16:18 +0200
commita1a102d7d8ae81bf6a7d8ec22d832704dbab3935 (patch)
tree2444a4e8604558f91ff910c7c4c02585a5b823a4
parent* added support to NBD_Squash-exporter for selecting the next free server-port (diff)
downloadcore-a1a102d7d8ae81bf6a7d8ec22d832704dbab3935.tar.gz
core-a1a102d7d8ae81bf6a7d8ec22d832704dbab3935.tar.xz
core-a1a102d7d8ae81bf6a7d8ec22d832704dbab3935.zip
* removed dhcp-client again, as according to Dirk it isn't *required* just preferred.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1014 95ad53e4-c205-0410-b2fa-d234c58c8868
-rw-r--r--installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm1
-rw-r--r--installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm1
-rw-r--r--installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm1
3 files changed, 0 insertions, 3 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm
index 13a5a355..3d5f8a09 100644
--- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm
+++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm
@@ -194,7 +194,6 @@ sub initDistroInfo
$self->{config}->{'selection'} = {
'default' => "
- dhcp-client
",
'gnome' => "
diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm
index 796a028c..28da0584 100644
--- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm
+++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm
@@ -198,7 +198,6 @@ sub initDistroInfo
$self->{config}->{'selection'} = {
'default' => "
- dhcp-client
nbd
squashfs-kmp-default
",
diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm
index 1dfa3cd1..2885b38b 100644
--- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm
+++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm
@@ -186,7 +186,6 @@ sub initDistroInfo
$self->{config}->{'selection'} = {
'default' => "
- dhcp-client
nbd
squashfs-kmp-default
",