|
15 | 15 |
|
16 | 16 | <div class="ms-2 prose dark:prose-invert prose-sm"> |
17 | 17 | <p> |
18 | | - This step allows to customize the default <a target="_blank" href="https://www.talos.dev/{{ short_version .Version }}/reference/kernel/">kernel command line arguments</a>. |
| 18 | + This step allows you to customize the default <a target="_blank" href="https://www.talos.dev/{{ short_version .Version }}/reference/kernel/">kernel command line arguments</a>. |
19 | 19 | </p> |
20 | 20 | <p> |
21 | | - The syntax accepted is the same as the kernel command line syntax, e.g. <code>console=ttyS0,115200</code>, but prefixing the argument with <code>-</code> removes the argument from the default command line (e.g. <code>-console</code>). |
| 21 | + The syntax accepted is the same as the kernel command line syntax, e.g., <code>console=ttyS0,115200</code>. Prefixing an argument with <code>-</code> removes it from the default command line (e.g., <code>-console</code>). |
22 | 22 | </p> |
23 | 23 | {{ if eq .SecureBoot "true" }} |
24 | 24 | <p>With SecureBoot, the kernel command line is signed and cannot be modified, so this is the only opportunity to customize it.</p> |
25 | 25 | {{ else }} |
26 | 26 | <p> |
27 | | - Please note, that the kernel command line customization is only accepted for the initial boot images (ISO, PXE, disk image), and |
28 | | - ignored for <code>installer</code> images. For the upgrade/install command line customization, use the <code>machine.install.extraKernelArgs</code> machine |
29 | | - configuration field. |
| 27 | + Please note that kernel command line customization is only accepted for the initial boot images (ISO, PXE, disk image) and is ignored for <code>installer</code> images. For upgrade/install command line customization, use the <code>machine.install.extraKernelArgs</code> machine configuration field. |
30 | 28 | </p> |
31 | 29 | {{ end }} |
32 | 30 | <p> |
|
47 | 45 |
|
48 | 46 | <div class="ms-2 prose dark:prose-invert prose-sm"> |
49 | 47 | <p> |
50 | | - This step allows to customize the overlay options for <a target="_blank" href="https://github.com/{{ .BoardMeta.OverlayImage }}">{{ .BoardMeta.OverlayImage }} overlay</a>. |
| 48 | + This step allows you to customize the overlay options for the <a target="_blank" href="https://github.com/{{ .BoardMeta.OverlayImage }}">{{ .BoardMeta.OverlayImage }} overlay</a>. |
51 | 49 | </p> |
52 | 50 | <p> |
53 | | - The syntax accepted is the YAML (JSON) key-value pairs. |
54 | | - The list of options available is specific to the overlay image used, and can be found in the overlay image documentation. |
| 51 | + The accepted syntax is YAML (JSON) key-value pairs. The available options are specific to the overlay image and can be found in its documentation. |
55 | 52 | </p> |
56 | 53 | <p> |
57 | | - Skip this step if unsure. |
| 54 | + If unsure, you can skip this step. |
58 | 55 | </p> |
59 | 56 | </div> |
60 | 57 | {{ end }} |
|
0 commit comments