File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22377,7 +22377,11 @@ components:
22377
22377
type: string
22378
22378
default: linode/latest-64bit
22379
22379
description: |
22380
- A Kernel ID to boot a Linode with. Use `linode/grub2` for the upstream distribution-supplied kernel that is installed on the primary disk.
22380
+ A Kernel ID to boot a Linode with. Here are examples of commonly-used kernels:
22381
+
22382
+ * `linode/latest-64bit` (default): Our latest kernel at the time of instance boot/reboot.
22383
+ * `linode/grub2`: The upstream distribution-supplied kernel that is installed on the primary disk, or a custom kernel if installed.
22384
+ * `linode/direct-disk`: The MBR (Master Boot Record) of the primary disk/root device, used instead of a Linux kernel.
22381
22385
22382
22386
For a complete list of options, use the [Kernels List](/docs/api/linode-instances/#kernels-list) command.
22383
22387
example: linode/latest-64bit
You can’t perform that action at this time.
0 commit comments