Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
19.7 Legacy Series
»
Preinstall plugin in ISO
« previous
next »
Print
Pages: [
1
]
Author
Topic: Preinstall plugin in ISO (Read 16928 times)
reply2manish
Newbie
Posts: 10
Karma: 0
Preinstall plugin in ISO
«
on:
July 15, 2020, 11:39:04 am »
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
Logged
mimugmail
Hero Member
Posts: 6765
Karma: 494
Re: Preinstall plugin in ISO
«
Reply #1 on:
July 15, 2020, 01:51:32 pm »
The you have to build you own ISO:
https://github.com/opnsense/tools
Logged
WWW:
www.routerperformance.net
Support plans:
https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German):
https://opnsense.max-it.de/
reply2manish
Newbie
Posts: 10
Karma: 0
Re: Preinstall plugin in ISO
«
Reply #2 on:
July 16, 2020, 10:31:15 am »
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
Logged
Ralf Kirmis
Newbie
Posts: 32
Karma: 7
Re: Preinstall plugin in ISO
«
Reply #3 on:
July 16, 2020, 10:43:49 am »
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
Logged
reply2manish
Newbie
Posts: 10
Karma: 0
Re: Preinstall plugin in ISO
«
Reply #4 on:
July 17, 2020, 07:34:49 am »
Hi,
Thanks for the info.
Will try and update.
Thanks again
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
19.7 Legacy Series
»
Preinstall plugin in ISO