Skip to content

Commit

Permalink
Update docs/content/en/docs/getting-started/baremetal/bare-spec.md
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Negus <[email protected]>
  • Loading branch information
jacobweinstock and chrisnegus authored Oct 7, 2024
1 parent 09f5ee9 commit 91d83ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 91d83ee

Please sign in to comment.