1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-11-03 10:13:39 +00:00

improve Fedora secure boot info

This commit is contained in:
morrownr 2023-04-09 11:55:55 -05:00
parent 81da785e6b
commit 963666429f

View File

@ -246,9 +246,9 @@ environment for your system. General guidance follows.
Development Environment Requirements: (package names may vary by distro) Development Environment Requirements: (package names may vary by distro)
- Mandatory: `gcc` `make` `bc` `kernel-headers` `build-essential` `git` - Mandatory packages: `gcc` `make` `bc` `kernel-headers` `build-essential` `git`
- Highly recommended: `dkms` `rfkill` `iw` `ip` - Highly recommended packages: `dkms` `rfkill` `iw` `ip`
- Mandatory if Secure Boot is active: `openssl` `sign-file` `mokutil` - Mandatory packages if Secure Boot is active: `openssl` `sign-file` `mokutil`
Note: The below options should take care of the mandatory and highly recommended Note: The below options should take care of the mandatory and highly recommended
requirements. If Secure Boot is active on your system, please also install the requirements. If Secure Boot is active on your system, please also install the
@ -280,6 +280,8 @@ sudo apt install -y build-essential dkms git iw
- Option for Fedora - Option for Fedora
Note: Fedora users should also install `openssl` if secure boot is active.
``` ```
sudo dnf -y install git dkms kernel-devel sudo dnf -y install git dkms kernel-devel
``` ```