From 0c6129bb90bdd0eb6bf0097ffd65a417578453ee Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 4 Mar 2011 10:28:02 +0000 Subject: [PATCH] * Hopefully fix the rebuildCD job. svn path=/nixos/trunk/; revision=26155 --- tests/installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/installer.nix b/tests/installer.nix index 817b8b7488ec..759bd3e2068a 100644 --- a/tests/installer.nix +++ b/tests/installer.nix @@ -305,7 +305,7 @@ in { testScript = '' # damn, it's costly to evaluate nixos-rebuild (1G of ram) - my $machine = createMachine({ cdrom => glob("${iso}/iso/*.iso"), qemuFlags => '${qemuNICFlags 1 1 2} -m 1024' }); + my $machine = createMachine({ cdrom => glob("${iso}/iso/*.iso"), qemuFlags => '-m 1024' }); $machine->start; # Make sure that we don't try to download anything.