Merge pull request #65842 from jrp2014/patch-1

Update hyperv-guest.nix
This commit is contained in:
Daniel Schaefer
2020-02-09 20:21:40 +01:00
committed by GitHub

View File

@@ -32,7 +32,7 @@ in {
];
kernelParams = [
"video=hyperv_fb:${cfg.videoMode}"
"video=hyperv_fb:${cfg.videoMode} elevator=noop"
];
};