summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-22 19:04:32 +0200
committerDirk von Suchodoletz2010-08-22 19:04:32 +0200
commit79f54de6832c09021b9bef13b62fdad03c499e5e (patch)
treeee89f43b8d63f4572cc7040826763ecaefc742f6 /installer/OpenSLX/OSSetup/Engine.pm
parentShould fix the missing /var/log/rsyslog issue ... (diff)
downloadcore-79f54de6832c09021b9bef13b62fdad03c499e5e.tar.gz
core-79f54de6832c09021b9bef13b62fdad03c499e5e.tar.xz
core-79f54de6832c09021b9bef13b62fdad03c499e5e.zip
Remove unneeded library ld stuff of deprecated uclibc.
Diffstat (limited to 'installer/OpenSLX/OSSetup/Engine.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm23
1 files changed, 11 insertions, 12 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 3531e92d..65a68bd4 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -282,19 +282,18 @@ sub installVendorOS
# generate default openslx directories for the client
$self->_generateDefaultDirs();
- # add the uclibs and tools to the stage1 and add them to library search
- # path
+ # add the uclibs and tools to the stage1
$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;