]> gitweb.fluxo.info Git - kvm-manager.git/commitdiff
added note about dependencies to README
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 8 Oct 2009 15:54:14 +0000 (11:54 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 8 Oct 2009 15:54:14 +0000 (11:54 -0400)
README

diff --git a/README b/README
index b7b416e8765c70bfecc06281baec72d2e5ab26e2..0fac291c3013ddfe698e017f2c2d9275eebd0a5f 100644 (file)
--- 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] ] ] ]