PDA

View Full Version : how to add some packages to customized freebsd iso image


dikshie
November 16th, 2008, 17:59
hi,
how to add packages to customized freebsd iso image?
i follow http://romana.now.ie/writing/customfreebsdiso.html
and it works well BUT i need to include some packages such as xorp, net-snmp, etc.

thanks!

warinthepocket
November 16th, 2008, 20:53
give http://www.gsoft.com.au/~doconnor/FreeBSD-release-2.html a look

MG
November 17th, 2008, 01:42
Get the source tarfile, mount your iso, enter the source dir, then:
make install DESTDIR=/iso_mountpt
This should do the work for most apps but i'm not sure this is the right way to do it.