* Hopefully fix the rebuildCD job.

svn path=/nixos/trunk/; revision=26155
This commit is contained in:
Eelco Dolstra 2011-03-04 10:28:02 +00:00
parent c31c4290cc
commit 0c6129bb90

View file

@ -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.