create a custom dialogue box in opnsense-installer

Started by vivekmauli14, January 15, 2025, 08:20:20 AM

Previous topic - Next topic
Hi,

With reference with this thread

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