OPNsense Forum

English Forums => Development and Code Review => Topic started by: ravivdotan@gmail.com on April 30, 2021, 07:02:01 am

Title: Building opensense with a different Product Name
Post by: ravivdotan@gmail.com on April 30, 2021, 07:02:01 am
Hi All,

Trying to build a new dvd iso with a different brand name using according to the the build tools :

make dvd NAME="FALCON"

The process stop after hours - "cannot find package falcon"

We try to change the name back to OPensene and the build process completed..but not with our Name

Dose anyone successfully build a dvd iso with a different name?

https://github.com/opnsense/tools

Thanks!
R.D
Title: Re: Building opensense with a different Product Name
Post by: franco on May 02, 2021, 10:29:23 pm
Setting NAME assumes you create your own core package. You can do so by e.g. forking core.git and modifying https://github.com/opnsense/core/blob/3b2b03f3804e8102120d33d3723d9c828df0b0c7/Makefile#L33 so that builds create the correct package name.

Or you can go the easier route to change https://github.com/opnsense/core/blob/3b2b03f3804e8102120d33d3723d9c828df0b0c7/Makefile#L102 to something more appropriate to your needs and not change package names and tools.git variables.


Cheers,
Franco