Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
Update qemu-kvm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aiminickwong authored Aug 19, 2019
1 parent 32e15d4 commit 1f6d78a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion qemu-kvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,10 @@ ssh -p 2222 root@本机的IP地址
# 2.0系统KVM安装说明

```
apt install ipxe-qemu* libnfs12 libvirglrenderer0 qemu-block-extra qemu-system-arm qemu-system-common qemu-system-data qemu-system-gui qemu-utils qemu-user-binfmt qemu qemu-guest-agent qemu-system qemu-system-x86 qemu-user
apt install qemu-efi qemu-efi-arm qemu-efi-aarch64 ipxe-qemu* \
libnfs12 libvirglrenderer0 qemu-block-extra qemu-system-arm \
qemu-system-common qemu-system-data qemu-system-gui qemu-utils \
qemu-user-binfmt qemu qemu-guest-agent qemu-system \
qemu-system-x86 qemu-user \
-y
```

0 comments on commit 1f6d78a

Please sign in to comment.