We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352cc0e commit ca1df31Copy full SHA for ca1df31
mkvm.sh
@@ -216,10 +216,6 @@ set_network_config() {
216
log "Setting network bridge ${nic_bridge}..."
217
execute "VBoxManage modifyvm \"${vm_name}\" --nic1 bridged --bridgeadapter1 \"${nic_bridge}\""
218
chk error $? "Could not set Bridge"
219
- # Create a hosts file
220
- ifconfig en0 | grep "inet " |awk '{print $2 " hubhost"}' > /tmp/hosts
221
- # Send it to the VM
222
- copyto hosts /tmp/ "C:/Windows/System32/drivers/etc/hosts"
223
}
224
225
# Find and set free Port for RDP-Connection.
0 commit comments