3
0
Fork 0
forked from mirrors/nixpkgs

qemu tests use the virtio console to run commands

This commit is contained in:
Shea Levy 2012-08-07 17:04:00 -04:00
parent 9d8ddd90f9
commit d28876ea70

View file

@ -97,6 +97,7 @@ in
system.requiredKernelConfig = with config.lib.kernelConfig; [
(isYes "SERIAL_8250_CONSOLE")
(isYes "SERIAL_8250")
(isEnabled "VIRTIO_CONSOLE")
];
};