summary refs log tree commit diff
path: root/helpers/make-iso9660-image.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-01-30 01:28:56 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-01-30 01:28:56 +0000
commit9fd5d70968ef031f9c95b80ef56a19cd8fe391cf (patch)
treeff402cea7cfed35667381f47dcfd8a210c1c0830 /helpers/make-iso9660-image.sh
parent34e63da53bb96ddd896397af304c777266ba821e (diff)
downloadnixpkgs-9fd5d70968ef031f9c95b80ef56a19cd8fe391cf.tar
nixpkgs-9fd5d70968ef031f9c95b80ef56a19cd8fe391cf.tar.gz
nixpkgs-9fd5d70968ef031f9c95b80ef56a19cd8fe391cf.tar.bz2
nixpkgs-9fd5d70968ef031f9c95b80ef56a19cd8fe391cf.tar.lz
nixpkgs-9fd5d70968ef031f9c95b80ef56a19cd8fe391cf.tar.xz
nixpkgs-9fd5d70968ef031f9c95b80ef56a19cd8fe391cf.tar.zst
nixpkgs-9fd5d70968ef031f9c95b80ef56a19cd8fe391cf.zip
* The CD is now a true live CD: you can run Nix operations in it
  thanks to unionfs.  For instance, nix-env and nixos-rebuild work.
  The tricky part was to build a Nix database (in the tmpfs/unionfs)
  which is now necessary to prevent store paths on the CD from being
  deleted right away because they otherwise wouldn't be valid.
  
* nixos-install: use the /etc/nixos/configuration.nix from the target
  file system (don't copy it anymore).  Since the user is supposed to
  mount the target file system on /mnt anyway, we may as well require
  that configuration.nix is placed in /mnt/etc/nixos.  This also makes
  upgrading / reinstalling much easier, since it will automatically
  use the right configuration.nix.

svn path=/nixos/trunk/; revision=10399
Diffstat (limited to 'helpers/make-iso9660-image.sh')
-rw-r--r--helpers/make-iso9660-image.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/make-iso9660-image.sh b/helpers/make-iso9660-image.sh
index 6f18f0e3e5b..586cfb8deb4 100644
--- a/helpers/make-iso9660-image.sh
+++ b/helpers/make-iso9660-image.sh
@@ -39,8 +39,8 @@ done
 
 
 # Also put a nix-pull manifest of the closures on the CD.
-printManifest=1 perl $pathsFromGraph closure-* > MANIFEST
-echo "MANIFEST=MANIFEST" >> pathlist
+printRegistration=1 perl $pathsFromGraph closure-* > nix-path-registration
+echo "nix-path-registration=nix-path-registration" >> pathlist
 
 
 # Add symlinks to the top-level store objects.