3
0
Fork 0
forked from mirrors/nixpkgs

nixos-installer: use the hyperv module on hyperv

This commit is contained in:
Peter Hoeg 2018-09-28 22:10:31 +08:00
parent 3a76bc7a79
commit ca6d41ae65

View file

@ -277,8 +277,7 @@ if ($virt eq "qemu" || $virt eq "kvm" || $virt eq "bochs") {
# Also for Hyper-V. # Also for Hyper-V.
if ($virt eq "microsoft") { if ($virt eq "microsoft") {
push @initrdAvailableKernelModules, "hv_storvsc"; push @attrs, "virtualisation.hypervGuest.enable = true;"
$videoDriver = "fbdev";
} }