X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-detect-virt.xml;h=d3969e1f8215f54c9f31228f5d7072686e96edfd;hp=75cc714f52ae44c88665a1642816e2b633f9b6b6;hb=b3a2a7ceb7b0db3003c205bc49853fd62df155dc;hpb=2c4ff63406c80839c6c8e838c1279934a0bc150e diff --git a/man/systemd-detect-virt.xml b/man/systemd-detect-virt.xml index 75cc714f5..d3969e1f8 100644 --- a/man/systemd-detect-virt.xml +++ b/man/systemd-detect-virt.xml @@ -21,7 +21,8 @@ along with systemd; If not, see . --> - + systemd-detect-virt @@ -58,7 +59,7 @@ systemd-detect-virt detects execution in a virtualized environment. It identifies - the virtualization technology and can distuingish full + the virtualization technology and can distinguish full VM virtualization from container virtualization. @@ -67,17 +68,20 @@ virtualization technology. The following technologies are currently identified: qemu, kvm, vmware, - microsoft, - oracle, xen, - bochs, chroot, + microsoft (Hyper-V, also known as + Viridian or Windows Server Virtualization), + oracle (VirtualBox), + xen, bochs, + chroot, uml, openvz, lxc, lxc-libvirt, - systemd-nspawn. + systemd-nspawn, + docker. - If multiple virtualization solutions are used + If multiple virtualization solutions are used, only the "innermost" is detected and identified. That means if both VM virtualization and container - virtualization are used in conjunction only the latter + virtualization are used in conjunction, only the latter will be identified (unless is passed). @@ -88,21 +92,6 @@ The following options are understood: - - - - - Prints a short help - text and exits. - - - - - - Prints a short version - string and exits. - - @@ -130,6 +119,8 @@ identifier. + + @@ -137,7 +128,7 @@ Exit status - If a virtualization technology is detected 0 is + If a virtualization technology is detected, 0 is returned, a non-zero code otherwise.