aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-10-08 11:54:14 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-10-08 11:54:14 -0400
commitf5a91d15d5240c8117a91176f3259042ace67658 (patch)
treeb6bf02bbcad8987a86e0a3460f10a1a81d705e92
parent9f76ba28ae735037d1126f8ee55c7da81f423071 (diff)
downloadkvm-manager-f5a91d15d5240c8117a91176f3259042ace67658.tar.gz
kvm-manager-f5a91d15d5240c8117a91176f3259042ace67658.tar.bz2
added note about dependencies to README
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index b7b416e..0fac291 100644
--- a/README
+++ b/README
@@ -9,6 +9,17 @@ stable of kvm instances in a fairly secure and isolated fashion.
The basic model is to use runit to supervise each KVM instance, with a
single, non-privileged user account for each instance.
+Dependencies:
+
+ runit : for system supervision
+ uml-utilities : for tunctl for the tun/tap interface
+ kvm : for the virtual machine emulator
+ screen : for the detached, logged serial console
+
+Recommendations:
+
+ openssh-server : i've been using ssh to access the vm's serial console
+
A typical workflow to start an installer is:
kvm-creator create $GUESTNAME [$DISKSIZE [$RAM [$TAP [$MAC] ] ] ]