summaryrefslogtreecommitdiffstats
path: root/config-db/slxconfig-demuxer
diff options
context:
space:
mode:
Diffstat (limited to 'config-db/slxconfig-demuxer')
-rwxr-xr-xconfig-db/slxconfig-demuxer3
1 files changed, 1 insertions, 2 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index 9628afab..3803a65c 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -575,10 +575,9 @@ sub createBootEnvironmentsForSystem
vlog(0, _tr("creating boot environment for $bootType"));
my $bootEnv = bootEnvironmentForType($bootType);
- $bootEnv->writeFilesRequiredForBooting(
+ $initramfsCount += $bootEnv->writeFilesRequiredForBooting(
$info, $buildPath, $slxVersion
);
- $initramfsCount++;
my $systemPath
= "$bootEnv->{'target-path'}/client-config/$info->{'external-id'}";