
ingcre
By: a guest on
Jul 24th, 2012 | syntax:
None | size: 0.56 KB | hits: 14 | expires: Never
Using the below command, modify boot.cfg file with the information of the webserver location
~# sed –ie 's/\//http:\/\/mywebserver\/ESXi50_504890\//g' /var/www/html/ESXi50_504890/boot.cfg
Where mywebserver is assumed to be the webserver hostname.
• Optional: Include a ks.cfg file in /var/www/html/ESXi50_504890/ directory to automate the deployment of ESXi. Using the below command, modify boot.cfg file with ks.cfg path.
~# sed –ie 's/kernelopt=runweasel/kernelopt=runweasel ks=http:\/\/mywebserver\/ESXi50_504890\/ks.cfg/g' /var/www/html/ESXi50_504890/boot.cfg