aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx5
1 files changed, 5 insertions, 0 deletions
diff --git a/kvmx b/kvmx
index b9e7b2c..43ea2f2 100755
--- a/kvmx
+++ b/kvmx
@@ -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