Add name of ISO file to VM description

To differ envs one from another I need name of isofile in fuel-master
VM description.

Closes-Bug: #1579104
Change-Id: I93560126940457518fc4385c0518ab00d4b3dead
This commit is contained in:
Vasiliy Pleshakov 2016-05-06 17:39:45 +03:00
parent 7dd1a24416
commit c0d375802e
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ if [ ${headless} -eq 1 ]; then
enable_vrde $name ${RDPport}
fi
#add name of ISO file to description
execute VBoxManage modifyvm $name --description "${iso_path##*/}"
if [ "${skipfuelmenu}" = "yes" ]; then
boot_line="$(translate " vmlinuz $cmdline wait_for_external_config=yes showmenu=no"$'\n')"
else