OPNsense Forum

English Forums => General Discussion => Topic started by: vivekmauli14 on January 10, 2025, 07:41:56 AM

Title: create a custom dialogue box in opnsense-installer
Post by: vivekmauli14 on January 10, 2025, 07:41:56 AM
Hi,

One of my partners required me to add a custom dialogue box in the opnsense-installer menu where it asks to change the root password | exit and reboot option after installation. The requirement is to add some questions there, and the answers would be stored in a file in the/usr/local/etc/ directory.

While I changed the Makefile of opnsense-installer to fetch it from my fork, it didn't work in make ports, and it said opnsense-installer no such pkg

can someone guide me on how to use my custom fork of the opnsense-installer? inside the build machine? any reference or documentation would be appreciated

Thanks in advance!

Best,
VivekSP
Title: Re: create a custom dialogue box in opnsense-installer
Post by: cookiemonster on January 10, 2025, 10:11:48 AM
you probably want to start working on the development section https://forum.opnsense.org/index.php?board=4.0 as you seem to be customising the code.