Skip to content

Commit

Permalink
improve Fedora secure boot info
Browse files Browse the repository at this point in the history
  • Loading branch information
morrownr committed Apr 9, 2023
1 parent 81da785 commit 9636664
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ environment for your system. General guidance follows.

Development Environment Requirements: (package names may vary by distro)

- Mandatory: `gcc` `make` `bc` `kernel-headers` `build-essential` `git`
- Highly recommended: `dkms` `rfkill` `iw` `ip`
- Mandatory if Secure Boot is active: `openssl` `sign-file` `mokutil`
- Mandatory packages: `gcc` `make` `bc` `kernel-headers` `build-essential` `git`
- Highly recommended packages: `dkms` `rfkill` `iw` `ip`
- Mandatory packages if Secure Boot is active: `openssl` `sign-file` `mokutil`

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
Expand Down Expand Up @@ -280,6 +280,8 @@ sudo apt install -y build-essential dkms git iw

- Option for Fedora

Note: Fedora users should also install `openssl` if secure boot is active.

```
sudo dnf -y install git dkms kernel-devel
```
Expand Down

0 comments on commit 9636664

Please sign in to comment.