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 0fb06e0 commit 63f6d81Copy full SHA for 63f6d81
lib/runners/firecracker.nix
@@ -22,7 +22,7 @@ let
22
boot-source = {
23
kernel_image_path = kernelPath;
24
initrd_path = initrdPath;
25
- boot_args = "console=ttyS0 noapic reboot=k panic=1 pci=off i8042.noaux i8042.nomux i8042.nopnp i8042.dumbkbd ${toString microvmConfig.kernelParams}";
+ boot_args = "console=ttyS0 noapic acpi=off reboot=k panic=1 verbose i8042.noaux i8042.nomux i8042.nopnp i8042.dumbkbd ${toString microvmConfig.kernelParams}";
26
};
27
machine-config = {
28
vcpu_count = vcpu;
0 commit comments