diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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). |