summaryrefslogtreecommitdiffstats
path: root/README
blob: a363ddb4286c22429a024c503522217416aea9f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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