installer icon indicating copy to clipboard operation
installer copied to clipboard

How to create a custom installer in my build ?

Open Vivekmauli14 opened this issue 1 year ago • 1 comments

Hi, I have a build setup where I want to add a custom dilogue box in the installer menu, How can I achieve this ? IF there is any documentation on the build process of opnsense would be greatly beneficial for me.

Things I tried till now are: changed the www URL to my fork, and created new makesum but still its being named as myfork-installer and hence failing in pkg opnsense-installer not found.

Looking forward to hear from you guys.

Thanks

Vivekmauli14 avatar Jan 17 '25 09:01 Vivekmauli14

The installer is packaged via the ports tree so you need to modify it accordingly: https://github.com/opnsense/ports/blob/master/opnsense/installer/Makefile

fichtner avatar Jan 17 '25 10:01 fichtner