diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2011-02-10 22:11:16 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2011-02-10 23:59:30 -0500 |
commit | 71954d42fc35046243a3c0eee4f05e0195a91a95 (patch) | |
tree | beaa38553bb0e00fb504830e1db10c6aee843dca /README | |
parent | 38f77cfecab65505ea0e1aff1d7f7edd8434ab45 (diff) | |
download | kvm-manager-71954d42fc35046243a3c0eee4f05e0195a91a95.tar.gz kvm-manager-71954d42fc35046243a3c0eee4f05e0195a91a95.tar.bz2 |
control the guest if signals are sent to the parent shell
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,13 +18,13 @@ 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 bridge-utils : for configuring a bridge device lvm2 : for creating the relevant block devices udev : for configuring the block devices with proper permissions fakeroot : for rebuilding the initramfs as a regular user in di-maker xorriso : for grub2 to make an iso in di-maker - socat : so users can talk to the kvm monitor of their VMs Recommendations: @@ -34,7 +34,7 @@ INSTALLATION * Install dependencies: - apt-get install runit uml-utilities kvm screen bridge-utils lvm2 udev + apt-get install runit uml-utilities kvm screen bridge-utils lvm2 udev socat If you want to be able to use di-maker, you'll also need: |