forked from mirrors/nixpkgs
qemu tests use the virtio console to run commands
This commit is contained in:
parent
9d8ddd90f9
commit
d28876ea70
|
@ -97,6 +97,7 @@ in
|
|||
system.requiredKernelConfig = with config.lib.kernelConfig; [
|
||||
(isYes "SERIAL_8250_CONSOLE")
|
||||
(isYes "SERIAL_8250")
|
||||
(isEnabled "VIRTIO_CONSOLE")
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue