How add some port to builded opnsense

Started by ruslan-gennadievich, September 04, 2020, 01:30:39 AM

Previous topic - Next topic
Hi again)

I need add freeradius, node, and some plugin to my image.
I have freebsd12, clone tools, and after "make dvd" i have my image. But how add some before make dvd, that as result freeradius, node exist in my image?

Thanks



Quote from: franco on September 04, 2020, 08:22:08 AM
ADDITIONS: a list of packages/plugins to add to images

https://github.com/opnsense/tools#how-to-specify-build-options-on-the-command-line


Thanks! I add in ADDITIONS some opnsense plugins.
But how add freebsd port to build?

Quote from: mimugmail on September 04, 2020, 06:11:03 AM
Check the tools Makefile ans configs.

Just read all .conf files in /usr/tools .. you should get more familiar with it If you plan to adjust the base in production

Okey, thank you

As i right undestand, all ports they will add to ISO in ports.conf ? But how i can install ports from source?
For example, i need nodejs, and i want build nodejs from source.
How i can do it?


ports.conf builds packages from ports.git
plugins.conf builds packages from plugins.git

If you need packages in the ISO set up ADDITIONS accordingly as stated previously.


Cheers,
Franco