summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-22 22:19:50 +0200
committerDirk von Suchodoletz2010-08-22 22:19:50 +0200
commit1c25671c3eb06bfa9c432d819110fd58426aa7dc (patch)
treed6493bb8476ce81c4496b5de6576d312bf25881e /installer
parentMerge branch 'master' of openslx.org:openslx/core (diff)
downloadcore-1c25671c3eb06bfa9c432d819110fd58426aa7dc.tar.gz
core-1c25671c3eb06bfa9c432d819110fd58426aa7dc.tar.xz
core-1c25671c3eb06bfa9c432d819110fd58426aa7dc.zip
Forgot to remove deprecated uclib function ...
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm20
1 files changed, 10 insertions, 10 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 6faf12c7..fad2ad98 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -387,16 +387,16 @@ sub cloneVendorOS
# add the uclibs and tools to the stage1 and add them to library search
# path
$self->_copyUclibcRootfs();
- callInSubprocess(
- sub {
- $self->_callChrootedFunction({
- chrootDir => $self->{'vendor-os-path'},
- function => sub {
- $self->{'distro'}->addUclibLdconfig();
- },
- updateConfig => 1,
- });
- });
+ #callInSubprocess(
+ # sub {
+ # $self->_callChrootedFunction({
+ # chrootDir => $self->{'vendor-os-path'},
+ # function => sub {
+ # $self->{'distro'}->addUclibLdconfig();
+ # },
+ # updateConfig => 1,
+ # });
+ #});
$self->_touchVendorOS();
$self->addInstalledVendorOSToConfigDB();
return;