aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-05-01 14:07:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-05-01 14:07:53 -0300
commitb333a9022f1dc511e3196688c59f3db54bcfa697 (patch)
treecfa0caf0a130bbeb10ae1e6aef05ff2e96a4b09d /README.md
parent2676158c225668827639a7e74d8b24af68ec33d0 (diff)
downloadkvmx-b333a9022f1dc511e3196688c59f3db54bcfa697.tar.gz
kvmx-b333a9022f1dc511e3196688c59f3db54bcfa697.tar.bz2
Adds Xephyr support
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index c81c2ee..d51389b 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,10 @@ If you plan to create guest images, you may also want the following packages:
sudo apt install debootstrap grub-pc parted vmdebootstrap mbr libguestfs-tools
+If you want Xpra and Xephyr support:
+
+ sudo apt install xpra xserver-xephyr
+
## Instalation
Simply clone it and add to your `$PATH`:
@@ -53,7 +57,6 @@ If no folder is specified, the current folder is assumed as the project home.
* https://bbs.archlinux.org/viewtopic.php?id=177299
* Alternative folder sharing support (NFS, SMB or even [via SSH](https://superuser.com/questions/831659/mount-a-local-directory-to-a-remote-ssh-server)).
* Remount 9p shared folders and reinitialize spice-vdagent upon resume from disk [see possible bug](https://bugzilla.redhat.com/show_bug.cgi?id=1333072).
-* [Xephyr support](http://jeffskinnerbox.me/posts/2014/Apr/29/howto-using-xephyr-to-create-a-new-display-in-a-window/).
* [Nested virtualization](http://www.rdoxenham.com/?p=275).
* More params (memory, cpus, ssh, serial console, additional shared folders, etc).
* Integration with [image-bootstrap](https://github.com/hartwork/image-bootstrap).