Hi,
With reference with this thread (https://forum.opnsense.org/index.php?topic=45132.0;topicseen)
can anyone tell me how do I modify the installer repository and use it in the build? Like I have to add a extra dialogue box in the installer option which will help me store some info about device, I currently do the same by running a python script to ask questions and store their answers where I want.
but adding this in the installation script will help me make it more streamlined. I cloned the whole installer repo and modified it wherever needed
Then after that I did
make makesum
and run make install clean
with this Im getting error in make core : >
QuoteYou may want to add user openvpn and group openvpn when creating your
configuration files, the example configuration shows this only as comments.
Could not find package: opnsense-installer
*** Error code 1
Stop.
make: stopped in /usr/tools
Any help or guidance on this would be much appreciated. Thanks in advance.
Best,
VivekSP