summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+ ",
}
}