From 6ec952d1a11fc8a2a9a04a1b103cbf66ab81c4ab Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 3 May 2007 12:38:37 +0000 Subject: * now always passed '-d' to mkdxsinitrd in order to avoid using the busybox-provided DHCP-client and use dhclient instead (as only the latter can fetch NIS-stuff). Note: We should improve udhcpcd in order to be able to drop dhclient at a later stage. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@990 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/slxconfig-demuxer | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer index 093a2920..7d041e40 100755 --- a/config-db/slxconfig-demuxer +++ b/config-db/slxconfig-demuxer @@ -324,10 +324,6 @@ sub generateInitalRamFS vlog 1, _tr('generating initialramfs %s/initramfs', $pxeVendorOSPath); my $cmd = "$openslxConfig{'bin-path'}/mkdxsinitrd "; - my $debugLevel = $info->{ramfs_debug_level}; - if ($debugLevel) { - $cmd .= qq[-d $debugLevel ]; - } if (length($info->{ramfs_nicmods}) > 0) { $cmd .= qq[-n "$info->{ramfs_nicmods}" ]; } @@ -338,6 +334,10 @@ sub generateInitalRamFS = "$openslxConfig{'stage1-path'}/$vendorOS->{name}"; $cmd .= "-i $pxeVendorOSPath/$info->{'initramfs-name'} -r $rootPath "; $cmd .= "-s openslx "; + # use theme 'openslx' + $cmd .= "-d "; + # always use dhclient instead of the busybox-provided dhcp-client + # (since the latter is unable to fetch NIS-stuff). # ...set kernel version... my $kernelFile = readlink($info->{'kernel-file'}); -- cgit v1.2.3-55-g7522