diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-10-08 11:54:14 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-10-08 11:54:14 -0400 |
commit | f5a91d15d5240c8117a91176f3259042ace67658 (patch) | |
tree | b6bf02bbcad8987a86e0a3460f10a1a81d705e92 | |
parent | 9f76ba28ae735037d1126f8ee55c7da81f423071 (diff) | |
download | kvm-manager-f5a91d15d5240c8117a91176f3259042ace67658.tar.gz kvm-manager-f5a91d15d5240c8117a91176f3259042ace67658.tar.bz2 |
added note about dependencies to README
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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] ] ] ] |