summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-08-18 11:48:50 +0200
committerDirk von Suchodoletz2009-08-18 11:48:50 +0200
commitbef0e675421db41d54b9f68653f605ca87b12868 (patch)
tree9efd69a18fbc4c7e56b92690415d235bc5e1be38 /installer
parentAdding uclibs to the library path (not completed yet) to render the (diff)
downloadcore-bef0e675421db41d54b9f68653f605ca87b12868.tar.gz
core-bef0e675421db41d54b9f68653f605ca87b12868.tar.xz
core-bef0e675421db41d54b9f68653f605ca87b12868.zip
Add the uclib feature too the clone setup too (not working properly yet).
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3097 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 0f4d725a..1a59b4c3 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -351,6 +351,7 @@ sub cloneVendorOS
}
$self->_copyUclibcRootfs();
+ $self->{distro}->updateDistroConfig();
$self->_touchVendorOS();
$self->addInstalledVendorOSToConfigDB();
return;