Skip to content

Commit

Permalink
vm: firecracker supports ACPI now
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls authored and Akira25 committed Nov 19, 2024
1 parent 44ff35c commit 0f3e12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cat <<'EOF' >"$vmdir/vmconfig.json"
},
"boot-source": {
"kernel_image_path": "./vmlinux",
"boot_args": "ro console=ttyS0 noapic reboot=k panic=1 pci=off nomodules random.trust_cpu=on i8042.noaux"
"boot_args": "ro console=ttyS0 reboot=k panic=1 pci=off nomodules random.trust_cpu=on i8042.noaux"
},
"drives": [
{
Expand Down

0 comments on commit 0f3e12c

Please sign in to comment.