parent
437962ebb2
commit
27d47f3983
|
@ -108,7 +108,7 @@ let
|
||||||
|
|
||||||
my $machine = createMachine({ ${hdFlags}
|
my $machine = createMachine({ ${hdFlags}
|
||||||
cdrom => glob("${iso}/iso/*.iso"),
|
cdrom => glob("${iso}/iso/*.iso"),
|
||||||
qemuFlags => "${qemuFlags} ${optionalString testChannel (toString (qemuNICFlags 1 1 2))}" });
|
qemuFlags => "${qemuFlags} " . '${optionalString testChannel (toString (qemuNICFlags 1 1 2))}' });
|
||||||
$machine->start;
|
$machine->start;
|
||||||
|
|
||||||
${optionalString testChannel ''
|
${optionalString testChannel ''
|
||||||
|
|
Loading…
Reference in New Issue