diff --git a/docs/getting-started.md b/docs/getting-started.md index c27d3fb9b..1dc8185fa 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -214,7 +214,9 @@ configuration file has the following fields: changes every execution when run by containerd. * `kernel_image_path` (required) - A path where the kernel image file is located. A fully-qualified path is recommended. -* `kernel_args` (required) - Arguments for the kernel command line. +* `kernel_args` (optional) - Arguments for the kernel command line. If left + undefined, the runtime specifies "console=ttyS0 noapic reboot=k panic=1 + pci=off nomodules rw". * `root_drive` (required) - A path where the root drive image file is located. A fully-qualified path is recommended. * `cpu_count` (required) - The number of vCPUs to make available to a microVM. diff --git a/docs/quickstart.md b/docs/quickstart.md index 6c08f5597..ce5a40400 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -139,7 +139,6 @@ sudo tee -a /etc/containerd/firecracker-runtime.json <