Skip to content

Commit da98bd6

Browse files
author
Ajay Kundnani
committed
Added RHEL supported OS versions
1 parent 29c8e1e commit da98bd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/virtual-machines/linux/n-series-driver-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ With Secure Boot enabled, all Linux kernel modules are required to be signed by
8686

8787
```bash
8888
sudo apt-get update
89-
sudo apt install -y linux-modules-nvidia-525-azure nvidia-driver-525
89+
sudo apt install -y linux-modules-nvidia-525-$(uname -r) nvidia-driver-525
9090
```
9191

9292
2. Change preference of NVIDIA packages to prefer NVIDIA repository

articles/virtual-machines/trusted-launch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Azure offers trusted launch as a seamless way to improve the security of [genera
5353
| CentOS | 8.3, 8.4 |
5454
| Debian |11 |
5555
| Oracle Linux |8.3, 8.4, 8.5, 8.6, 9.0 LVM |
56-
| RedHat Enterprise Linux |8.3, 8.4, 8.5, 8.6, 9.0, 9.1 LVM |
56+
| RedHat Enterprise Linux |8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 9.0, 9.1 LVM |
5757
| SUSE Enterprise Linux |15SP3, 15SP4 |
5858
| Ubuntu Server |18.04 LTS, 20.04 LTS, 22.04 LTS |
5959
| Windows 10 |Pro, Enterprise, Enterprise Multi-Session * |

0 commit comments

Comments
 (0)