1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-07 05:31:17 +01:00

Merge branch 'master' of github:tiyn/wiki

This commit is contained in:
2022-08-12 23:49:07 +02:00
5 changed files with 27 additions and 6 deletions

View File

@@ -33,3 +33,18 @@ gpg --lsign <KEYID>
Where <KEYID> is the placeholder of the identification string of the key.
It usually gets gets printed in the line above the error looking like
`FAILED (unknown public key <KEYID>)`.
### Error while updating `is marginal trust`
Both `yay` and `pacman` use gpg keys to confirm the package manager gets the
right package.
It is possible that it runs into errors when importing new keys.
If the error `[...] Key [...] is marginal trust` occurs while updating the
system, it can be fixed by running the following commands and then restarting
the update process of the package manager.
```sh
pacman -Sy archlinux-keyring
pacman-key --populate archlinux
pacman-key --refresh-keys
```

View File

@@ -30,7 +30,7 @@ or the partition is to small for your purposes, make sure to resize the
partition first accordingly (see [disk management](./disk-management.md)).
`cryptsetup resize crypt-volume`
## Creating an automatic encryption key with an USB stick
## Creating an automatic decryption key with an USB stick
This guide assumes you to have an Arch Linux System, as installed in
[this wikis arch linux installation](./arch-linux/installation.md).