summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
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;