diff options
-rwxr-xr-x | kvmx | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1544,6 +1544,11 @@ function kvmx_restart { fi } +# Alias to restart +function kvmx_reboot { + kvmx_restart $* +} + # Connect to the guest using VNC function kvmx_vnc { if ! kvmx_running; then |