Skip to content

Commit a9ffe86

Browse files
authored
edit installing_nvidia_gpu_drivers.md (#2674)
* formatting of fenced code block within admonition
1 parent d8e1c70 commit a9ffe86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/desktop/display/installing_nvidia_gpu_drivers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,14 @@ sudo grubby --args="nouveau.modeset=0 rd.driver.blacklist=nouveau" --update-kern
9090
!!! Note
9191

9292
For systems with secure boot enabled you need to perform this step:
93+
9394
```bash
9495
sudo mokutil --import /var/lib/dkms/mok.pub
9596
```
97+
9698
The `mokutil` command will prompt for you to make up a password, which will be used during reboot.
9799

98-
After the reboot, your system should ask you if you want to enroll a key or something like that, say yes and it asks for the password you gave in the `mokutil` command.
100+
After the reboot, your system should ask you if you want to enroll a key or something like that, say "yes" and it asks for the password you gave in the `mokutil` command.
99101

100102
Reboot:
101103

0 commit comments

Comments
 (0)