diff options
author | Oliver Tappe | 2008-08-31 19:51:26 +0200 |
---|---|---|
committer | Oliver Tappe | 2008-08-31 19:51:26 +0200 |
commit | f350e278cb1028b4aad4a525b04e12cf00bc8072 (patch) | |
tree | c25a8a58b76a8854590e769acc61519fcaae884f | |
parent | * moved code into BootEnvironment::Base.pm, all boot environments need to (diff) | |
download | core-f350e278cb1028b4aad4a525b04e12cf00bc8072.tar.gz core-f350e278cb1028b4aad4a525b04e12cf00bc8072.tar.xz core-f350e278cb1028b4aad4a525b04e12cf00bc8072.zip |
* minor correction regarding the initramfs count
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2164 95ad53e4-c205-0410-b2fa-d234c58c8868
-rwxr-xr-x | config-db/slxconfig-demuxer | 3 |
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'}"; |