Skip to content

Commit e7ae188

Browse files
flexibeastericonr
authored andcommitted
xbps/<various>: Multiple changes.
* Rename `common-errors` to `common-issues`. * Move "Verifying RSA keys" from `xbps/index` to `common-issues`. * Update links. * Fix style issues.
1 parent 5501c97 commit e7ae188

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
- [Custom Repositories](./xbps/repositories/custom.md)
7272
- [Signing Repositories](./xbps/repositories/signing.md)
7373
- [Troubleshooting XBPS](./xbps/troubleshooting/index.md)
74-
- [Common Errors](./xbps/troubleshooting/common-errors.md)
74+
- [Common Issues](./xbps/troubleshooting/common-issues.md)
7575
- [Static XBPS](./xbps/troubleshooting/static.md)
7676
- [Contributing](./contributing/index.md)
7777
- [Contributing To void-docs](./contributing/void-docs/index.md)

src/installation/guides/chroot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ installation by installing the `base-system` metapackage:
111111
```
112112

113113
`xbps-install` might ask you to [verify the RSA
114-
keys](../../xbps/index.md#verifying-rsa-keys) for the packages you are
115-
installing.
114+
keys](../../xbps/troubleshooting/common-issues.md#verifying-rsa-keys) for the
115+
packages you are installing.
116116

117117
### The ROOTFS Method
118118

src/xbps/index.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,3 @@ To get a list of all installed packages, without their version:
125125
```
126126
$ xbps-query -l | awk '{ print $2 }' | xargs -n1 xbps-uhelper getpkgname
127127
```
128-
129-
## Verifying RSA keys
130-
131-
If you are installing Void for the first time or the Void RSA key has changed,
132-
you may get a message from `xbps-install` claiming:
133-
134-
```
135-
<REPO> repository has been RSA signed by <RSA-FINGERPRINT>
136-
```
137-
138-
To verify the signature, ensure the `<RSA-FINGERPRINT>` matches one of the
139-
fingerprints in both
140-
[void-packages](https://github.com/void-linux/void-packages/tree/master/common/repo-keys)
141-
and [void-mklive](https://github.com/void-linux/void-mklive/tree/master/keys).
Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
# Common Errors
1+
# Common Issues
2+
3+
## Verifying RSA keys
4+
5+
If you are installing Void for the first time or the Void RSA key has changed,
6+
[xbps-install(1)](https://man.voidlinux.org/xbps-install.1) might report:
7+
8+
```
9+
<repository> repository has been RSA signed by <rsa_fingerprint>
10+
```
11+
12+
To verify the signature, ensure the `<rsa_fingerprint>` matches one of the
13+
fingerprints in both
14+
[void-packages](https://github.com/void-linux/void-packages/tree/master/common/repo-keys)
15+
and [void-mklive](https://github.com/void-linux/void-mklive/tree/master/keys).
216

317
## Errors while updating or installing packages
418

src/xbps/troubleshooting/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ working with XBPS.
66

77
## Section Contents
88

9-
- [Common Errors](./common-errors.md)
9+
- [Common Issues](./common-issues.md)
1010
- [Static XBPS](./static.md)

0 commit comments

Comments
 (0)