Document DNF_VAR_sigcontentdir=/pub/sig

This commit is contained in:
Solar Designer 2023-11-15 22:05:14 +01:00 committed by Solar Designer
parent d0d1d444d4
commit 94e3e0ac16

View File

@ -32,6 +32,8 @@ This isn't as secure as checking the package signature would be _if_ you previou
Install the package with `rpm -U --nodeps`. The `--nodeps` option is needed to bypass the dependency check on our `rocky-release` package. In essense, you're manually confirming to `rpm` that you're installing on a compatible distro.
You'll normally install packages from the mirrors, which should just work. However, if there's any issue with the mirrors and you uncomment our `baseurl` line instead, then on non-Rocky you'll need to use `DNF_VAR_sigcontentdir=/pub/sig dnf` in place of simply `dnf`.
## Packages
### Extra packages (for EL8 and EL9)