Skip to content
Snippets Groups Projects
Commit 2bcbea2f authored by ale's avatar ale
Browse files

Merge branch 'guest-name' into 'master'

Set KVM's guest name

See merge request ai3/tools/vmine!2
parents 9363ae52 b6b18037
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ func runVM(vm *VM, network *Network) RunnableTask {
return newCmd(
"/usr/bin/qemu-system-x86_64",
"-name", "guest="+vm.Hostname+",debug-threads=on",
"-no-user-config",
"-nodefaults",
"-no-reboot",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment