Preinstall plugin in ISO

Started by reply2manish, July 15, 2020, 11:39:04 AM

Previous topic - Next topic
Hello all.

I would like to add a plugin FRR which I want preinstalled (compiled) within the ISO, so once I install opnsense OS, the feature comes along with it, instead of adding the plugin manually.

Thanks
M


Hi mimugmail,

Thanks for the reply. I did the same but it adds the plugin in the Firmware -> plugins.

What I want is pre-installed as default plugin / feature in the MENU.

I followed the instructions https://docs.opnsense.org/development/examples/helloworld.html to make my own plugin and tested it, but it did not install by default, instead it was found in Firmware -> plugins. to be installed manually.

Thanks

Hi,
you have to edit the Makefile in the /usr/tools dir
Please append in the section ADDITIONS?=
the line os-frr${SUFFIX} and build your iso.
Then the plugin should be installed by default.

regards,
Ralf

Hi,

Thanks for the info.

Will try and update.

Thanks again