From 50f482288857f679acf10cd8a9b3f35a76466730 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 14 Oct 2013 16:02:29 -0400 Subject: Fix efi installer test Signed-off-by: Shea Levy --- nixos/tests/efi-installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests') diff --git a/nixos/tests/efi-installer.nix b/nixos/tests/efi-installer.nix index f1a7d42f833c..e16c402e7f71 100644 --- a/nixos/tests/efi-installer.nix +++ b/nixos/tests/efi-installer.nix @@ -59,7 +59,7 @@ in { createDisk("harddisk", 4 * 1024); my $machine = createMachine({ hda => "harddisk", - hdaInterface => "virtio", + hdaInterface => "scsi", cdrom => glob("${iso}/iso/*.iso"), qemuFlags => '-L ${biosDir} ${optionalString (pkgs.stdenv.system == "x86_64-linux") "-cpu kvm64"}'}); $machine->start; -- cgit 1.4.1