From 963666429f4f0ba63f3910b1d467cf184ba59892 Mon Sep 17 00:00:00 2001 From: morrownr Date: Sun, 9 Apr 2023 11:55:55 -0500 Subject: [PATCH] improve Fedora secure boot info --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed2515c..fd85508 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ```