From 710c98ae483c4aadae2f002280102896471fea40 Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Fri, 9 Dec 2022 14:12:46 -0600 Subject: [PATCH] # address issue #992 * zfs import key location is both incorrect, and when used with the correct link, does not properly import the key. Key is imported when zfs is installed with a key verification prompt. * remove key import procedure --- docs/books/lxd_server/01-install.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/books/lxd_server/01-install.md b/docs/books/lxd_server/01-install.md index e0f0802ca9..afaba444e8 100644 --- a/docs/books/lxd_server/01-install.md +++ b/docs/books/lxd_server/01-install.md @@ -37,12 +37,6 @@ Install the OpenZFS repository with: dnf install https://zfsonlinux.org/epel/zfs-release-2-2$(rpm --eval "%{dist}").noarch.rpm ``` -We also need the GPG key, so use this command to get that: - -``` -gpg --import --import-options show-only /etc/pki/rpm-gpg/RPM-GPG-KEY-zfsonlinux -``` - ## Install snapd, dkms, vim, and kernel-devel LXD must be installed from a snap for Rocky Linux. For this reason, we need to install `snapd` (and a few other useful programs) with: