add guidelines for updating $g['product_name']

Fixes #11
This commit is contained in:
Augustin FL 2019-12-25 23:35:52 +01:00 committed by GitHub
parent 6269d019cd
commit f3d43475fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ You will then have to fork and apply updates to 3 repositories:
- Fork https://github.com/pfsense/pfsense .
- Go to the folder `/tools/templates/pkg_repos/` in the branch you would like to build (`master`for dev version, `RELENG_2_5_0` for stable version)
- Change `pfSense` to `libreSense` in the file names (e.g., `pfSense-repo.abi => libreSense-repo.abi`)
- Edit the file `/src/etc/inc/globals.inc` : replace the content of `product_name` by your ISO name.
## A deeper look into Netgate build environment