# # LiquidWeb VMware ESXi VMware Private Cloud # scripted installation file # # Last Modified: 2011-10-25 # Author: Tim Patterson # # Accept the VMware End User License Agreement vmaccepteula # Set the root password for the DCUI and Tech Support Mode rootpw myrootpass # Install on the first local disk available on machine install --firstdisk --overwritevmfs # Set the network to DHCP on the first network adapater network --bootproto=dhcp --device=vmnic0 # Reboot the system after installation reboot