RPM will prompt to install our signing key, so no need to manually import it:
```
ZFS on Linux for EL9 - kmod 3.3 MB/s | 3.4 kB 00:00
Importing GPG key 0x9DB84141:
Userid : "OpenZFS <release@openzfs.org>"
Fingerprint: 7DC7 299D CF7C 7FD9 CD87 701B A599 FD5E 9DB8 4141
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-openzfs
Is this ok [y/N]: y
```
Removing the line also gets around the problem of the key being renamed from `RPM-GPG-KEY-zfsonlinux` -> `RPM-GPG-KEY-openzfs`
Add our new key for EL9+ and Fedora 37+, and update instructions
to include EL9. Also update links for Fedora/EL to use the
new zfs-release-2-2 RPM.
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Earlier we had to revert the CentOS 7 zfs-release RPM to point to the older `zfs-release.el8_6` RPM, since the newer universal RPM was encoded with zstd compression (which CentOS 7 didn't support). Since then, we've rebuilt the universal RPM with gzip, so we can use it again.
* Add support for RHEL Root on ZFS
Signed-off-by: Maurice Zhou <jasper@apvc.uk>
* require cryptsetup.target before mounting swap
Signed-off-by: Maurice Zhou <jasper@apvc.uk>
* disable sshd
Signed-off-by: Maurice Zhou <jasper@apvc.uk>
* fedora 34; grub workaround
Signed-off-by: Maurice Zhou <jasper@apvc.uk>
* add manual redirect to new page
Signed-off-by: Maurice Zhou <jasper@apvc.uk>
* orphan page
Signed-off-by: Maurice Zhou <jasper@apvc.uk>
* Remove `RHEL and CentOS` from index
Co-authored-by: George Melikov <mail@gmelikov.ru>