diff --git a/docs/content/en/docs/getting-started/baremetal/bare-spec.md b/docs/content/en/docs/getting-started/baremetal/bare-spec.md index 6e9e1243ac6a..1a5f8d7109ec 100644 --- a/docs/content/en/docs/getting-started/baremetal/bare-spec.md +++ b/docs/content/en/docs/getting-started/baremetal/bare-spec.md @@ -663,7 +663,7 @@ BLOCK_DEVICE: /dev/sda3 | FS_TYPE | string | "" | yes | The filesystem type of the block device. | | KERNEL_PATH | string | "" | no | The path to the kernel to boot. When not supplied the kernel path will discovered from `/boot/grub/grub.cfg` on the `BLOCK_DEVICE`. | | INITRD_PATH | string | "" | yes | The path to the initial ramdisk to boot. | -| CMD_LINE | string | "" | no | The command line to pass to the kernel. When not supplied the kernel cmdline parameters will discovered from `/boot/grub/grub.cfg` on the `BLOCK_DEVICE`. | +| CMD_LINE | string | "" | no | The command line to pass to the kernel. When not supplied, the kernel cmdline parameters will discovered from `/boot/grub/grub.cfg` on the `BLOCK_DEVICE`. | >**_NOTE:_** There are known issues related to drivers with some hardware that may make it necessary to replace the `kexec` Action image with the `reboot` Action image.