Install custom package and build ISO
-
Hi
I can build ISO by following http://devwiki.pfsense.org/DevelopersBootStrapAndDevIso page.But I want to install some packages like squid and freeradius and rebuild a new ISO image.
Should I put my custom ports in https://github.com/bsdperimeter/pfsense-tools/tree/master/pfPorts folder and add the list in the
https://github.com/bsdperimeter/pfsense-tools/blob/master/pfPorts/buildports.RELENG_2_1 file ?
Thanks.
-
Jimp Can you help?
-
(a) Don't target people for help, the forum doesn't tell you when your name is mentioned anyhow so it doesn't make sense.
(b) You can do it that way, or use PKG_INSTALL_PORTSPFS (read through the code)
-
(a) Don't target people for help, the forum doesn't tell you when your name is mentioned anyhow so it doesn't make sense.
(b) You can do it that way, or use PKG_INSTALL_PORTSPFS (read through the code)
Sorry but I was worried about you don't care.
Thanks. I'll try it. -
Hi again.
How can I use the PKG_INSTALL_PORTSPFS variable?
Can you give a sample for "apache13" port? -
PKG_INSTALL_PORTSPFS="/usr/ports/whatever/portname"
-
Thanks a lot.
And another question is How can I configure a package before building ISO? For example, I want apache to start during pfSense booting. -
Thanks a lot.
And another question is How can I configure a package before building ISO? For example, I want apache to start during pfSense booting.This may help….
http://doc.pfsense.org/index.php/Executing_commands_at_boot_time
-
My English isn't good so I probably couldn't explain :)
I mean;
When I install a custom port for pfSense, how can I configure it before building ISO image?
For example I installed MySQL and i want to configure it to starting at startup like lighttpd.
Thanks.