-
Notifications
You must be signed in to change notification settings - Fork 209
Description
Right now the following parts mention that xbps might report about a new RSA key:
- https://github.com/void-linux/void-docs/blob/master/src/xbps/troubleshooting/common-issues.md#verifying-rsa-keys
- https://github.com/void-linux/void-docs/blob/master/src/installation/guides/fde.md#system-installation
- https://github.com/void-linux/void-docs/blob/master/src/installation/guides/chroot.md#the-xbps-method
xbps-install might ask you to verify the RSA keys for the packages you are installing.
To me, that does not sound very encouraging, especially because it's a security-relevant step. When I was first reading it, I thought "hm, so does that mean it sometimes just forgets about it?". Explaining what that "might" depends on would probably help, e.g. "if condition, then xbps-install will ask you to verify the RSA keys".
Someone on IRC said that the condition depends on whether the new key is already on the system, and that in turn depends on the installation method.
AFAIK the chroot and fde guides will be merged someday, then it has to be explained only in two places. The troubleshooting section can then link to the explanation in the unified installation guide, then it has to be explained only in one place.
Edit: Use correct link