improvement on the qemu without graphic support

This commit is contained in:
Aurélien DESBRIÈRES 2017-02-23 17:07:03 +01:00
parent f397c57e7b
commit 592c21b9c3
No known key found for this signature in database
GPG key ID: 2EC52AC76AEEB6A0

View file

@ -151,6 +151,6 @@ $ make qemu
$ make qemu kvm=no $ make qemu kvm=no
# Launch using QEMU without using KVM (Kernel Virtual Machine) nor Graphics # Launch using QEMU without using KVM (Kernel Virtual Machine) nor Graphics
make qemu kvm=no vga=no display=no make qemu kvm=no vga=no
``` ```