Don't like ads? PRO users don't see any ads ;-)
Guest

ingcre

By: a guest on Jul 24th, 2012  |  syntax: None  |  size: 0.56 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Using the below command, modify boot.cfg file with the information of the webserver location
  2. ~# sed –ie 's/\//http:\/\/mywebserver\/ESXi50_504890\//g' /var/www/html/ESXi50_504890/boot.cfg
  3. Where mywebserver is assumed to be the webserver hostname.
  4. • 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.
  5. ~# sed –ie 's/kernelopt=runweasel/kernelopt=runweasel ks=http:\/\/mywebserver\/ESXi50_504890\/ks.cfg/g' /var/www/html/ESXi50_504890/boot.cfg