summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Base.pm12
1 files changed, 0 insertions, 12 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm
index f23bba0c..c356e6d9 100644
--- a/installer/OpenSLX/OSSetup/Distro/Base.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Base.pm
@@ -233,18 +233,6 @@ sub getDefaultPathList
) ];
}
-#sub addUclibLdconfig
-#{
-# my $self = shift;
-# #my $ldpath = shift;
-#
-# open(OUTFILE, ">", "/etc/ld.so.conf.d/uclib.conf")
-# or die ("unable to create the uclib.conf within ld.so.conf.d");
-# print OUTFILE "/opt/openslx/uclib-rootfs/lib\n";
-# print OUTFILE "/opt/openslx/uclib-rootfs/usr/lib\n";
-# close(OUTFILE);
-#}
-
sub updateDistroConfig
{
if (slxsystem("ldconfig")) {