summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm
diff options
context:
space:
mode:
authorOliver Tappe2008-09-01 14:00:28 +0200
committerOliver Tappe2008-09-01 14:00:28 +0200
commit910331b9d830bc8c458dd0a3a584a2dafe5423f0 (patch)
treece2107ae4eff062bfa0ff9c3d37533d0a1afa08a /boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm
parent* dropped (hopefully) superfluous terminfo link (diff)
downloadcore-910331b9d830bc8c458dd0a3a584a2dafe5423f0.tar.gz
core-910331b9d830bc8c458dd0a3a584a2dafe5423f0.tar.xz
core-910331b9d830bc8c458dd0a3a584a2dafe5423f0.zip
* implemented automatic run of ldconfig on generated initramfs
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2169 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm')
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm b/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm
index f2834852..c32dd4e2 100644
--- a/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm
+++ b/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm
@@ -361,6 +361,7 @@ sub _createInitRamFS
my $self = shift;
my $buildPath = $self->{'build-path'};
+ $self->addCMD("chroot $buildPath ldconfig");
$self->addCMD(
"cd $buildPath "
. "&& find . "