补充添加密钥.

Signed-off-by: Rick Chan <cy187lion@sina.com>
This commit is contained in:
Rick Chan 2019-10-19 14:26:07 +08:00
parent 137a906cad
commit b131e39370
1 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,15 @@ Xen 分为 Xen Hypervisor、Dom 0 和 Dom U。针对 Xen Hypervisor 需要提供
yaourt -S xen
```
提示需要 83FE14C957E82BD9 密钥:
```sh
# 注意不要加 sudo
gpg --recv-keys 83FE14C957E82BD9
gpg --lsign-key 83FE14C957E82BD9
gpg --finger 83FE14C957E82BD9
```
## 参考引导配置文件
在 ArchLinux/Manjaro 上安装完 Xen 后,在 /etc/grub.d/09_xen 为 Xen Hypervisor 的参考引导配置文件(基于 Grub内容如下