about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-05-19 19:09:38 -0700
committerFranck Cuny <franck@fcuny.net>2021-05-19 19:09:38 -0700
commit961c79103ca8ccd9cf07f44416debc90f52fd21d (patch)
treeb89065ec91f0f6c3b1cfe279726ea21a3533b9a5
parentcss: add a scroll bar if the content overflows (diff)
downloadfcuny.net-961c79103ca8ccd9cf07f44416debc90f52fd21d.tar.gz
blog: update to containerd article
Fix boot options
-rw-r--r--content/notes/containerd-to-firecracker.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/notes/containerd-to-firecracker.org b/content/notes/containerd-to-firecracker.org
index bce21d8..fd41b1d 100644
--- a/content/notes/containerd-to-firecracker.org
+++ b/content/notes/containerd-to-firecracker.org
@@ -268,7 +268,7 @@ fcCfg := firecracker.Config{
 	LogLevel:        "debug",
 	SocketPath:      firecrackerSock,
 	KernelImagePath: linuxKernel,
-	KernelArgs:      "console=ttyS0 reboot=k panic=1 pci=off init=/init.sh random.trust_cpu=on",
+	KernelArgs:      "console=ttyS0 reboot=k panic=1 acpi=off pci=off i8042.noaux i8042.nomux i8042.nopnp i8042.dumbkbd init=/init.sh random.trust_cpu=on",
 	Drives:          devices,
 	MachineCfg: models.MachineConfiguration{
 		VcpuCount:   firecracker.Int64(1),