* Fix indentation.
svn path=/nixos/trunk/; revision=24254
This commit is contained in:
parent
fa04ae9738
commit
52a8a529b3
@ -307,12 +307,6 @@ in {
|
|||||||
my $machine = Machine->new({ cdrom => glob("${iso}/iso/*.iso"), qemuFlags => '${qemuNICFlags 1 1} -m 1024' });
|
my $machine = Machine->new({ cdrom => glob("${iso}/iso/*.iso"), qemuFlags => '${qemuNICFlags 1 1} -m 1024' });
|
||||||
$machine->start;
|
$machine->start;
|
||||||
|
|
||||||
# Make sure that we get a login prompt etc.
|
|
||||||
$machine->mustSucceed("echo hello");
|
|
||||||
$machine->waitForJob("tty1");
|
|
||||||
$machine->waitForJob("rogue");
|
|
||||||
$machine->waitForJob("nixos-manual");
|
|
||||||
|
|
||||||
# Make sure that we don't try to download anything.
|
# Make sure that we don't try to download anything.
|
||||||
$machine->stopJob("dhclient");
|
$machine->stopJob("dhclient");
|
||||||
$machine->mustSucceed("rm /etc/resolv.conf");
|
$machine->mustSucceed("rm /etc/resolv.conf");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user