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
commit d453c2f5d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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