Disable VirtualBox Remote Desktop Extension (VRDE)

VRDE should disabled by default. It can be enabled by the
'headless' option in the config.sh

Change-Id: I2bc9f5a03e1d410fe9a092532fe75c41d80af84f
Closes-Bug: #1502114
This commit is contained in:
Maksim Malchuk 2016-01-23 01:43:50 +03:00
parent 5cdbcc30d1
commit 291c8c4319
1 changed files with 0 additions and 3 deletions

View File

@ -108,9 +108,6 @@ create_vm() {
# Create and attach the main hard drive # Create and attach the main hard drive
add_disk_to_vm $name 0 $disk_mb add_disk_to_vm $name 0 $disk_mb
# Enable RDP
execute VBoxManage modifyvm $name --vrde on
} }
add_hostonly_adapter_to_vm() { add_hostonly_adapter_to_vm() {