how to develop opnsense iso

Started by bhawk, September 27, 2017, 07:39:40 PM

Previous topic - Next topic
Hello
I have seen instructions on github page regarding how to build image. While i have not tried it yet, i would like to know if it is possible to build image with selected packages e.g we dont need dhcp v6. Few other packages can be removed this way. Is there any way to develop such custom image?

Hi,

You will have to use your own copy / branch of the core repository to achieve this and delete all dependencies / files that are not needed, but that also means you won't benefit from the upgrade mechanism.


Cheers,
Franco

Thanks for replying ranco, as i understand the core contains gui components. Or does it contain the list/actual packages too that are built during compilation process?



where are the dowloaded port files saved? i have checked ports folder but the disfile folder doesnt exist. also how can i resume an old image development process? any help will be appreciated

We have docs for this... https://github.com/opnsense/tools#advanced-package-builds

Please refer to specific sections of the document if you have trouble with them.


Cheers,
Franco

October 11, 2017, 07:23:29 AM #7 Last Edit: October 11, 2017, 07:29:06 AM by bhawk
Quote from: franco on October 09, 2017, 09:49:31 AM
We have docs for this... https://github.com/opnsense/tools#advanced-package-builds

Please refer to specific sections of the document if you have trouble with them.


Cheers,
Franco
Thanks for the guide franco, things much clear now.