And how would you do that, since it doesn't exist until it's created as part of the setup.
John?
Jeff
echo 1.1 > /root/.custombuild
Hello,
To specify the options.conf setup for an automated install, create the options.conf where it should be, before running the setup.sh.
Create any required directories first so the file can be created, add the options.conf, then run the setup.sh.
Also, use this first:to tell the setup.sh to use custombuild instead of customapache.Code:echo 1.1 > /root/.custombuild
John