diff --git a/helpers/make-iso9660-image.sh b/helpers/make-iso9660-image.sh index 00ce36b8a77..910417cde47 100644 --- a/helpers/make-iso9660-image.sh +++ b/helpers/make-iso9660-image.sh @@ -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. diff --git a/helpers/paths-from-graph.pl b/helpers/paths-from-graph.pl index 522c86be2d9..a5ef9c63916 100644 --- a/helpers/paths-from-graph.pl +++ b/helpers/paths-from-graph.pl @@ -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: ";