From: Daniel Kahn Gillmor Date: Thu, 8 Oct 2009 15:54:14 +0000 (-0400) Subject: added note about dependencies to README X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f5a91d15d5240c8117a91176f3259042ace67658;p=kvm-manager.git added note about dependencies to README --- 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] ] ] ]