* 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. # Also put a nix-pull manifest of the closures on the CD.
printManifest=1 perl $pathsFromGraph closure-* > MANIFEST printManifest=1 perl $pathsFromGraph closure-* > MANIFEST
graftList="$graftList MANIFEST=MANIFEST"
# Add symlinks to the top-level store objects. # Add symlinks to the top-level store objects.

View File

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