ajustement pour Debian 9

This commit is contained in:
gcolpart 2018-06-17 22:32:13 +02:00
parent 1e61fd0503
commit 7f2cdf6705

View file

@ -12,21 +12,22 @@ On l'utilise avec [libvirt](https://libvirt.org), une surcouche qui facilite l'u
Pour installer un hyperviseur (machine capable de faire tourner des machines virtuelles) :
~~~
# apt install qemu-kvm bridge-utils qemu-utils libvirt-bin virtinst netcat-openbsd
# apt install qemu-kvm bridge-utils qemu-utils libvirt-daemon-system libvirt-clients virtinst netcat-openbsd
~~~
~~~
$ kvm --version
QEMU emulator version 2.1.2 (Debian 1:2.1+dfsg-12+deb8u6), Copyright (c) 2003-2008 Fabrice Bellard
QEMU emulator version 2.8.1(Debian 1:2.8+dfsg-6+deb9u4)
Copyright (c) 2003-2016 Fabrice Bellard and the QEMU Project developers
$ virsh -V
Virsh command line tool of libvirt 1.2.9
Virsh command line tool of libvirt 3.0.0
See web site at http://libvirt.org/
Compiled with support for:
Hypervisors: QEMU/KVM LXC UML Xen LibXL OpenVZ VMWare VirtualBox Test
Hypervisors: QEMU/KVM LXC UML Xen LibXL OpenVZ VMware VirtualBox Test
Networking: Remote Network Bridging Interface netcf Nwfilter VirtualPort
Storage: Dir Disk Filesystem SCSI Multipath iSCSI LVM RBD Sheepdog
Storage: Dir Disk Filesystem SCSI Multipath iSCSI LVM RBD Sheepdog ZFS
Miscellaneous: Daemon Nodedev AppArmor SELinux Secrets Debug DTrace Readline Modular
~~~