diff options
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,6 +24,7 @@ Dependencies: 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: @@ -128,6 +129,10 @@ To access the guest's serial console, do: ssh -t $GUESTNAME@host.machine screen -x $GUESTNAME +To access the guest's KVM monitor, do: + + ssh -t $GUESTNAME@host.machine socat vms/$GUESTNAME/monitor + HACKING All patches, fixes, suggestions welcome! |