* Unbreak the NixOS installer tests.

svn path=/nixos/trunk/; revision=25096
This commit is contained in:
Eelco Dolstra 2010-12-13 08:53:43 +00:00
parent 281f3b0776
commit 47157986f2

View file

@ -93,7 +93,7 @@ let
''
createDisk("harddisk", 4 * 1024);
my $machine = Machine->new({ hda => "harddisk", cdrom => glob("${iso}/iso/*.iso"), qemuFlags => '${qemuNICFlags 1 1}' });
my $machine = Machine->new({ hda => "harddisk", cdrom => glob("${iso}/iso/*.iso"), qemuFlags => '${qemuNICFlags 1 1 1}' });
$machine->start;
${optionalString testChannel ''