summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-08-19 15:47:32 +0200
committerDirk von Suchodoletz2009-08-19 15:47:32 +0200
commit835387bf1f6624954529158ee08f2a4dd1486aca (patch)
tree2aed95a88af49e72b8ce7ac469775403dea5855c /installer
parentNo need for the uclibc-wrapper in stage4 any more ... (diff)
downloadcore-835387bf1f6624954529158ee08f2a4dd1486aca.tar.gz
core-835387bf1f6624954529158ee08f2a4dd1486aca.tar.xz
core-835387bf1f6624954529158ee08f2a4dd1486aca.zip
Simple fix (duplicated entry) and improvement for runlevel script.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3108 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Base.pm2
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Ubuntu.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm
index 15c0a963..c92173b5 100644
--- a/installer/OpenSLX/OSSetup/Distro/Base.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Base.pm
@@ -226,7 +226,7 @@ sub addUclibLdconfig
#my $ldpath = shift;
open(OUTFILE, ">", "/etc/ld.so.conf.d/uclib.conf")
- or die ("something went wrong");
+ 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);
diff --git a/installer/OpenSLX/OSSetup/Distro/Ubuntu.pm b/installer/OpenSLX/OSSetup/Distro/Ubuntu.pm
index a2a397ed..f0f42487 100644
--- a/installer/OpenSLX/OSSetup/Distro/Ubuntu.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Ubuntu.pm
@@ -116,4 +116,4 @@ sub finishSession
$self->SUPER::finishSession();
}
-1; \ No newline at end of file
+1;