Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Development and Code Review
(Moderator:
fabian
) »
Building opensense with a different Product Name
« previous
next »
Print
Pages: [
1
]
Author
Topic: Building opensense with a different Product Name (Read 3871 times)
ravivdotan@gmail.com
Newbie
Posts: 1
Karma: 0
Building opensense with a different Product Name
«
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
Logged
franco
Administrator
Hero Member
Posts: 17660
Karma: 1611
Re: Building opensense with a different Product Name
«
Reply #1 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
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Development and Code Review
(Moderator:
fabian
) »
Building opensense with a different Product Name