aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2011-06-06 19:07:01 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2011-06-06 19:07:01 -0400
commit5b86edadc37019b175509d348ed009de4b8f756f (patch)
tree64cfe426622542960271fdb1258842a2da41368b /README
parentd2a81ec6c28128ee4a745e01f8075add549152ba (diff)
downloadkvm-manager-5b86edadc37019b175509d348ed009de4b8f756f.tar.gz
kvm-manager-5b86edadc37019b175509d348ed009de4b8f756f.tar.bz2
removed TAP and MAC arguments from kvm-creator, and updated README to reflect the change
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 923df4b..2f9b012 100644
--- a/README
+++ b/README
@@ -2,7 +2,8 @@ KVM-Manager
Authors: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Jamie McClelland <jm@mayfirst.org>
-Copyright © 2009
+ Greg Lyle <greg@stealthisemail.com>
+Copyright © 2009-2011
License: GPL-3+
This is a small set of scripts to make it relatively easy to manage a
@@ -16,7 +17,6 @@ instance's console.
Dependencies:
runit : for system supervision
- uml-utilities : for tunctl for the tun/tap interface
kvm : for the virtual machine emulator
socat : For communications with the monitor and console of guests
screen : for the detached, logged serial console
@@ -34,7 +34,7 @@ INSTALLATION
* Install dependencies:
- apt-get install runit uml-utilities kvm screen bridge-utils lvm2 udev socat
+ apt-get install runit kvm screen bridge-utils lvm2 udev socat
If you want to be able to use di-maker, you'll also need:
@@ -75,7 +75,7 @@ INSTALLING DEBIAN ONTO YOUR VIRTUAL SERVER
To create a KVM instance, run:
- kvm-creator create $GUESTNAME [ $VG [$DISKSIZE [$RAM [$TAP [$MAC] ] ] ] ]
+ kvm-creator create $GUESTNAME [ $VG [$DISKSIZE [$RAM] ] ]
You can replace "create" with "demo" to see the default values for non-
specified options.