Skip to content

Commit d67eb14

Browse files
committed
Update kernels description with more examples
1 parent d86a5ef commit d67eb14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22377,7 +22377,11 @@ components:
2237722377
type: string
2237822378
default: linode/latest-64bit
2237922379
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.
2238122385

2238222386
For a complete list of options, use the [Kernels List](/docs/api/linode-instances/#kernels-list) command.
2238322387
example: linode/latest-64bit

0 commit comments

Comments
 (0)