Skip to content

Commit

Permalink
firecracker: disable acpi in cmdline as that starts to break with fir…
Browse files Browse the repository at this point in the history
…ecracker 1.9.0
  • Loading branch information
astro committed Sep 6, 2024
1 parent 0fb06e0 commit 63f6d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runners/firecracker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let
boot-source = {
kernel_image_path = kernelPath;
initrd_path = initrdPath;
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}";
};
machine-config = {
vcpu_count = vcpu;
Expand Down

0 comments on commit 63f6d81

Please sign in to comment.