Skip to content

Commit 81b3143

Browse files
authored
Merge pull request #835 from bbiggerr/kernels-update
Updated kernels descriptions for clarity
2 parents 5f73bfd + d67eb14 commit 81b3143

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

openapi.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8043,6 +8043,8 @@ paths:
80438043
summary: Kernels List
80448044
description: |
80458045
Lists available Kernels.
8046+
8047+
Due to the extensive list of available kernels, please keep [pagination](/docs/api/#pagination) controls in mind when managing responses to this command.
80468048
operationId: getKernels
80478049
x-linode-cli-action:
80488050
- list
@@ -22404,7 +22406,15 @@ components:
2240422406
x-linode-cli-display: 1
2240522407
kernel:
2240622408
type: string
22407-
description: A Kernel ID to boot a Linode with. Defaults to "linode/latest-64bit".
22409+
default: linode/latest-64bit
22410+
description: |
22411+
A Kernel ID to boot a Linode with. Here are examples of commonly-used kernels:
22412+
22413+
* `linode/latest-64bit` (default): Our latest kernel at the time of instance boot/reboot.
22414+
* `linode/grub2`: The upstream distribution-supplied kernel that is installed on the primary disk, or a custom kernel if installed.
22415+
* `linode/direct-disk`: The MBR (Master Boot Record) of the primary disk/root device, used instead of a Linux kernel.
22416+
22417+
For a complete list of options, use the [Kernels List](/docs/api/linode-instances/#kernels-list) command.
2240822418
example: linode/latest-64bit
2240922419
x-linode-cli-display: 3
2241022420
comments:

0 commit comments

Comments
 (0)