We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d05a3c commit d7804d2Copy full SHA for d7804d2
lib/runners/firecracker.nix
@@ -24,7 +24,7 @@ let
24
boot-source = {
25
kernel_image_path = kernelPath;
26
initrd_path = initrdPath;
27
- boot_args = "console=ttyS0 noapic acpi=off reboot=k panic=1 i8042.noaux i8042.nomux i8042.nopnp i8042.dumbkbd ${toString microvmConfig.kernelParams}";
+ boot_args = "console=ttyS0,115200 noapic acpi=off reboot=k panic=1 i8042.noaux i8042.nomux i8042.nopnp i8042.dumbkbd ${toString microvmConfig.kernelParams}";
28
};
29
machine-config = {
30
vcpu_count = vcpu;
0 commit comments