Skip to content

Commit 970bb43

Browse files
committed
packer-rocm/READMEs: formatting
1 parent 7eb9967 commit 970bb43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packer-rocm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ When _changing the kernel:_ include `extra-modules`, `headers`, and other packag
5353
| `hidden` | If the VNC window for the VM is _hidden_ during build. Adjustment brings _display_ requirements.<br/>**Default:** `True` |
5454
| `amdgpu_install_rel` | The _release_ portion of the `amdgpu-install` URL.<br/>**Default:** _6.2.3_, [Reference](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/amdgpu-install.html) |
5555
| `amdgpu_install_build` | The _build_ portion of the URL.<br/>**Default:** _6.2.60203-1_ |
56-
| `amdgpu_install_pkg` | Optional _URL_ for the `amdgpu-install` _(or 'internal')_ package. Overrides _`amdgpu\_install\_rel`_ and `amdgpu\_install\_build`.<br/>**Default:** _templated_ |
56+
| `amdgpu_install_pkg` | Optional _URL_ for the `amdgpu-install` _(or 'internal')_ package. Overrides `amdgpu_install_rel` and `amdgpu_install_build`.<br/>**Default:** _templated_ |
5757
| `amdgpu_install_usecases` | Package groups to request from `amdgpu-install` that match typical workflows and runtimes.<br/>**Default:** _dkms_, suggested: _rocm_ |
5858
| `amdgpu_install_args` | Optional dictionary of arguments to pass to `amdgpu-install`.<br/>**Default:** _Skipped_ |
5959
| `amdgpu_install_branch` | Optional development branch of the `amdgpu` driver with `amdgpu-install-internal`<br/>**Default:** _Skipped_ |

packer-rocm/playbooks/roles/amdgpu_install/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Ansible role for [amdgpu-install](https://rocm.docs.amd.com/projects/install-on-
88
|:----------:|-------------|
99
| `amdgpu_install_rel` | The _release_ portion of the `amdgpu-install` URL.<br/>**Default:** _6.2.3_, [Reference](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/amdgpu-install.html) |
1010
| `amdgpu_install_build` | The _build_ portion of the URL.<br/>**Default:** _6.2.60203-1_ |
11-
| `amdgpu_install_pkg` | Optional _URL_ for the `amdgpu-install` package. Replaces _`amdgpu\_install\_rel`_ and `amdgpu\_install\_build`_ above.<br/>**Default:** _templated_ |
11+
| `amdgpu_install_pkg` | Optional _URL_ for the `amdgpu-install` package. Replaces `amdgpu_install_rel` and `amdgpu_install_build`.<br/>**Default:** _templated_ |
1212
| `amdgpu_install_usecases` | Package groups to request from `amdgpu-install` that match typical workflows and runtimes.<br/>**Default:** _dkms_, suggested: _rocm_ |
1313
| `amdgpu_install_args` | Optional dictionary of arguments to pass to `amdgpu-install` |
1414
| `amdgpu_install_branch` | Optional development branch of the `amdgpu` driver with `amdgpu-install-internal`<br/>**Default:** _Skipped_ |

0 commit comments

Comments
 (0)