Skip to content

Commit 74e6249

Browse files
committed
packer-rocm/kernel: note metapkg usage, cover extra-modules/DRM
1 parent 0d37651 commit 74e6249

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packer-rocm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Remove `-K` if your account does _not_ require a passphrase for `sudo`. This is
6262
| `amdgpu_install_args` | Optional dictionary of arguments to pass to `amdgpu-install`.<br/>**Default:** _Skipped_ |
6363
| `amdgpu_install_branch` | Optional development branch of the `amdgpu` driver with `amdgpu-install-internal`<br/>**Default:** _Skipped_ |
6464
| `amdgpu_install_rocm_branch` | Optional development branch for `rocm` software with `amdgpu-install-internal`<br/>**Default:** _Skipped_ |
65-
| `rocm_kernel` | The kernel package with an optional release specifier.<br/>**Default:** `linux-image-generic-hwe-22.04` |
65+
| `rocm_kernel` | The kernel metapackage _(image, modules, and headers)_ to include. [Upstream Reference](https://launchpad.net/ubuntu/+source/linux-meta) <br/>**Default:** `linux-image-generic-hwe-22.04`. |
6666
| `rocm_extras` | Packages installed before `amdgpu-install` _'usecases'_, comma-separated string with optional releases.<br/>**Default:** _linux-headers-generic-hwe-22.04,linux-image-extra-virtual-hwe-22.04_ |
6767
| `niccli_wanted` | If the _Broadcom_ [niccli](https://techdocs.broadcom.com/us/en/storage-and-ethernet-connectivity/ethernet-nic-controllers/bcm957xxx/adapters/Configuration-adapter/nic-cli-configuration-utility.html) software is included in the image.<br/>**Default:** `True` |
6868
| `niccli_url` | The URL for the `niccli` installation archive.<br/>**Default:** `https://docs.broadcom.com/docs-and-downloads/ethernet-network-adapters/NXE/Thor2/GCA2/bcm5760x_231.2.63.0a.zip` |

packer-rocm/ubuntu/ubuntu-rocm.variables.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ variable "filename" {
6060
variable "rocm_kernel" {
6161
type = string
6262
default = "linux-image-generic-hwe-22.04"
63-
description = "The kernel to include with the image. May include version specifier. Software will be compiled against this; define headers/extra-modules/others in 'rocm_extras'"
63+
description = "The kernel metapackage (image, modules, and headers) to include with the image. Software will be compiled against this."
6464
}
6565

6666
variable "rocm_extras" {

0 commit comments

Comments
 (0)