From 7ac8157fed8f045299abab6d2b536808b51d6278 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 8 Feb 2007 19:51:36 +0000 Subject: [PATCH] * Doh! svn path=/nixos/trunk/; revision=7885 --- installer/nixos-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/nixos-install.sh b/installer/nixos-install.sh index 1dae5d74fdb..abf99cc60f1 100644 --- a/installer/nixos-install.sh +++ b/installer/nixos-install.sh @@ -123,7 +123,7 @@ cp /etc/resolv.conf $mountPoint/etc/ # the CD can be copied directly. echo "registering substitutes to speed up builds..." chroot $mountPoint @nix@/bin/nix-store --clear-substitutes -if test -e /mnt/MANIFEST; then +if test -e /MANIFEST; then chroot $mountPoint @nix@/bin/nix-pull file:///mnt/MANIFEST fi rm -f $mountPoint/tmp/inst-store