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
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