Add FAQ entry for keyring out-of-date (#2746)
* Add FAQ for keyring out-of-date * Update * Update
This commit is contained in:
parent
918ac5c765
commit
6553967be6
|
|
@ -226,6 +226,13 @@ It will go through everything from packaging, building and running *(with qemu)*
|
|||
|
||||
# FAQ
|
||||
|
||||
## Keyring out-of-date
|
||||
For a description of the problem see https://archinstall.archlinux.page/help/known_issues.html#keyring-is-out-of-date-2213 and discussion in issue https://github.com/archlinux/archinstall/issues/2213.
|
||||
|
||||
For a quick fix the below command will install the latest keyrings
|
||||
|
||||
```pacman -Sy archlinux-keyring```
|
||||
|
||||
## How to dual boot with Windows
|
||||
|
||||
To install Arch Linux alongside an existing Windows installation using `archinstall`, follow these steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue