Reply to Message

View discussion in a popup

Replying to:
ronaldpj2
Contributor
Contributor

I know it kind of defeats the purpose, but I did manage to deploy ESXi with a form of scripting. It is just that for it to work, i manually editted the file /var/www/ks/ks4i.php on the EDA.

What I did was the following:

- Under line "%post --unsupported remove all scriping and replace with reboot
- Add line: "%firstboot --unsupported --interpreter=busybox --level=998"
- Under this heading, manually insert the commands to customize your installation

-----
If you need additional scripts to run, you can do things like:
-----
%firstboot --unsupported --interpreter=busybox --level=9999
# do additional customization
# in this section
------

Reply
0 Kudos