refactor: keep max line lenght at 80 for readme

This commit is contained in:
Igor Moura 2021-04-15 14:46:32 -03:00
parent a5512eeadc
commit b0a3e6e4f7
No known key found for this signature in database
GPG key ID: 31EE944948C858C7

View file

@ -25,7 +25,10 @@ a software limitation for those GPUs. This tool aims to remove this limitation.
### Easy patch:
In the following instructions, it's assumed that you have the `vgpu_unlock` folder under `/opt/`. As in, the file `vgpu_unlock_hooks.c` should be located at `/opt/vgpu_unlock/vgpu_unlock_hooks.c`. If that's not the case, then proceed with the manual installation below.
In the following instructions, it's assumed that you have the `vgpu_unlock`
folder under `/opt/`. As in, the file `vgpu_unlock_hooks.c` should be located
at `/opt/vgpu_unlock/vgpu_unlock_hooks.c`. If that's not the case, then
proceed with the manual installation below.
- Make sure that both the NVIDIA vGPU-KVM driver installer (the `.run` file) and the `vgpu_unlock.patch` are in the same folder.
- Apply the patch with `sh NVIDIA-INSTALLER.run --apply-patch vgpu_unlock.patch`. This should create a new file ending with `-custom.run`.