Update qemu-kvm.md

This commit is contained in:
aiminick 2019-09-25 21:54:48 +08:00 committed by GitHub
parent d5dd6e2507
commit ee0d6dbb28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -130,8 +130,10 @@ ssh -p 2222 root@本机的IP地址
```
apt install qemu-efi qemu-efi-arm qemu-efi-aarch64 ipxe-qemu* \
qemu-block-extra qemu-system-arm qemu-system-common qemu-system-data qemu-system-gui qemu-utils \
qemu-block-extra qemu-system-arm qemu-system-common \
qemu-system-data qemu-system-gui qemu-utils \
qemu qemu-guest-agent qemu-skiboot qemu-system \
libnfs12 libvirglrenderer0 faumachine-data ksmtuned cpu-checker seabios sgabios vde2 xserver-xorg-video-qxl \
-y
libnfs12 libvirglrenderer0 faumachine-data ksmtuned \
cpu-checker seabios sgabios vde2 xserver-xorg-video-qxl \
virt-manager -y
```