summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorOliver Tappe2007-05-06 18:51:03 +0200
committerOliver Tappe2007-05-06 18:51:03 +0200
commitfc322ded40d1cc8293fbd2670bf78cf28375255e (patch)
treee8932d70b2a8fa3b65969439d1055ac080da5414 /installer
parent* added new table global_info to DB-schema, in order to support nbd-server-ports (diff)
downloadcore-fc322ded40d1cc8293fbd2670bf78cf28375255e.tar.gz
core-fc322ded40d1cc8293fbd2670bf78cf28375255e.tar.xz
core-fc322ded40d1cc8293fbd2670bf78cf28375255e.zip
* added dhcp-client to default selection, as it is required by mkdxsinitrd currently
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1012 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-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.pm6
3 files changed, 7 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm
index 3d5f8a09..13a5a355 100644
--- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm
+++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm
@@ -194,6 +194,7 @@ 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 28da0584..796a028c 100644
--- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm
+++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm
@@ -198,6 +198,7 @@ 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 885bb605..1dfa3cd1 100644
--- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm
+++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm
@@ -185,7 +185,11 @@ sub initDistroInfo
";
$self->{config}->{'selection'} = {
- 'default' => "",
+ 'default' => "
+ dhcp-client
+ nbd
+ squashfs-kmp-default
+ ",
}
}