On Mon, Jun 8, 2009 at 4:33 PM, Alexsander Loula<[email protected]> wrote: > Hi Folks, > > I'm trying to build a custom pfSense image following this procedure > http://devwiki.pfsense.org/DevelopersBootStrapAndDevIso, but the process is > stucking right after (on miniobj.h): > # ./cvsup_current > ..... > /usr/pfSensesrc/src/usr.sbin/fifolog/lib/libfifolog_int.h.rej > /usr/pfSensesrc/src/usr.sbin/fifolog/lib/miniobj.h.rej > > I have tried under two FreeBSD 7.1 boxes (real and vmware). I see that the > procedure changed a little bit these days. Is someone facing this issue too?
You will want to build 7.2. The decision was made recently to cut loose 7.1 and move to 7.2 since there where no regressions. Make sure your tools git repo is up to date then do: cd /usr/home/pfsense/tools/builder_scripts ./set_version.sh RELENG_1_2 ./apply_kernel_patches.sh ./clean_build.sh ; ./build_iso.sh or ./set_version.sh RELENG_2_0 ./apply_kernel_patches.sh ./clean_build.sh ; ./build_iso.sh Building pfSense is outside of the scope of this list. Please post follow up questions to the developers area of the forum at http://forum.pfsense.org Thanks Scott --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] Commercial support available - https://portal.pfsense.org
