From 333632578118f10eede229e1a43200cc61d911c3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 2 Nov 2006 17:58:33 +0000 Subject: [PATCH] * Remove cruft. BTW, to build the rescue ISO image: $ nix-build ./rescue-system.nix -A rescueCD Point VMware at ./result/nixos.iso and voila. svn path=/nixu/trunk/; revision=6927 --- test/rescue-system.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/test/rescue-system.nix b/test/rescue-system.nix index ba8e01510378..f652e429b773 100644 --- a/test/rescue-system.nix +++ b/test/rescue-system.nix @@ -34,7 +34,6 @@ rec { target = "isolinux/vmlinuz"; } { source = initialRamdisk + "/initrd"; - #/boot/initrd-2.6.13-15.12-default; target = "isolinux/initrd"; } ];