Skip to content

Commit 63f6d81

Browse files
committed
firecracker: disable acpi in cmdline as that starts to break with firecracker 1.9.0
1 parent 0fb06e0 commit 63f6d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runners/firecracker.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let
2222
boot-source = {
2323
kernel_image_path = kernelPath;
2424
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}";
25+
boot_args = "console=ttyS0 noapic acpi=off reboot=k panic=1 verbose i8042.noaux i8042.nomux i8042.nopnp i8042.dumbkbd ${toString microvmConfig.kernelParams}";
2626
};
2727
machine-config = {
2828
vcpu_count = vcpu;

0 commit comments

Comments
 (0)