From fc322ded40d1cc8293fbd2670bf78cf28375255e Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 6 May 2007 16:51:03 +0000 Subject: * 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 --- installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm | 1 + installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm | 1 + installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm | 6 +++++- 3 files changed, 7 insertions(+), 1 deletion(-) (limited to 'installer/OpenSLX') 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 + ", } } -- cgit v1.2.3-55-g7522