Merge pull request #142117 from samhug/hyperv

This commit is contained in:
Sandro 2021-10-18 21:29:52 +02:00 committed by GitHub
commit 34ba722a00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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