* Actually put the manifest on the CD.

svn path=/nixos/trunk/; revision=7780
This commit is contained in:
Eelco Dolstra 2007-01-23 16:48:27 +00:00
parent 995b749f70
commit c56d3a8ce4
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@ done
# Also put a nix-pull manifest of the closures on the CD.
printManifest=1 perl $pathsFromGraph closure-* > MANIFEST
graftList="$graftList MANIFEST=MANIFEST"
# Add symlinks to the top-level store objects.

View file

@ -33,7 +33,7 @@ if ($ENV{"printManifest"} eq "1") {
print "}\n";
foreach my $storePath (sort (keys %storePaths)) {
print "{\n";
print "localPath {\n";
print " StorePath: $storePath\n";
print " CopyFrom: /tmp/inst-store$storePath\n";
print " References: ";