Codebase list virt-what / upstream/1.3
upstream/1.3

Tree @upstream/1.3 (Download .tar.gz)

virt-what
Copyright (C) 2008-2009 Red Hat Inc.
----------------------------------------------------------------------

This is a collection of scripts which you can use to work out what
sort of virtualization you are running inside.

Build:

  ./configure
  make

If you want to run it from the local directory, then you have to set
the PATH:

  PATH=.:$PATH virt-what

To install (usually as root):

  make install

also:

  make prefix=/usr install
  make DESTDIR=/tmp/somewhere install