From cc4d0d118aaddaebbf16aa1f39b3181cbcc00633 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 15 Aug 2007 09:30:28 +0000 Subject: [PATCH] * Remove old manifests in the installer. svn path=/nixos/trunk/; revision=9130 --- 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 abf99cc60f12..07e7360ce926 100644 --- a/installer/nixos-install.sh +++ b/installer/nixos-install.sh @@ -122,7 +122,7 @@ cp /etc/resolv.conf $mountPoint/etc/ # Pull the manifest on the CD so that everything in the Nix store on # the CD can be copied directly. echo "registering substitutes to speed up builds..." -chroot $mountPoint @nix@/bin/nix-store --clear-substitutes +rm -f $mountPoint/nix/var/nix/manifests/* if test -e /MANIFEST; then chroot $mountPoint @nix@/bin/nix-pull file:///mnt/MANIFEST fi