Re: About building release for using sysinstall

2012-03-07 Thread egoitz
On Tue, 28 Feb 2012 19:13:56 +0100, ego...@ramattack.net wrote: Sorry but, perhaps should I write this another FreeBSD mailing list?... perhaps this one, it's not it's place... if this can be the situation, please tell me which mailing list to send to this suggestion. Thanks a lot for you're tim

Re: About building release for using sysinstall

2012-02-28 Thread egoitz
Sorry but, perhaps should I write this another FreeBSD mailing list?... perhaps this one, it's not it's place... if this can be the situation, please tell me which mailing list to send to this suggestion. Thanks a lot for you're time, Best regards. On Mon, 27 Feb 2012 11:22:25 +0100, ego...@ra

About building release for using sysinstall

2012-02-27 Thread egoitz
Good morning, I have launched : cd /usr/src make -j3 buildworld (I'm in testing env, I say because -j3) cd /usr/src/release make -f Makefile.sysinstall release CHROOTDIR=/expert/RELENG90RELEASE CVSROOT=/expert/ncvs RELEASETAG=RELENG_9_0 MAKE_ISOS=1 does not work out of the box directly. It gi

Re: Jumpstart on FreeBSD 9.0

2012-02-23 Thread egoitz
And by the way... the previous question made about the need of doing a buildkernel after the buildworld using Makefile.sysinstall seems not to be needed because it does during make release proccess ___ freebsd-hackers@freebsd.org mailing list http:

Re: Jumpstart on FreeBSD 9.0

2012-02-23 Thread egoitz
ave done the buildkernel before isn't it?... for the moment is doing the make release... has not ended... but was just for sure and relaxed by the way :) :)... althout I suppose too that if this buildkernel is a needed step make release will fail basically So should then be ok in this way I'

Re: Jumpstart on FreeBSD 9.0

2012-02-22 Thread egoitz
I have done : /usr/local/bin/cvsup /var/cvsup/cvs-supfile cd /usr cvs -R -d /expert/ncvs co -r RELENG_9_0 src cd /usr/src make buildworld mkdir /expert/RELENG90RELEASE cd /usr/src/release/ make -f Makefile.sysinstall release CHROOTDIR=/expert/RELENG90RELEASE CVSROOT=/expert/ncvs RELEASETAG

Re: Jumpstart on FreeBSD 9.0

2012-02-21 Thread egoitz
Should say too... that I thank a lot to all people who is helping me... thanks a lot mates... ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubs

Jumpstart on FreeBSD 9.0

2012-02-20 Thread egoitz
Hi all, I'm trying to upgrade my Jumpstart services for provisioning machines, but I'm founding that in FreeBSD 9.0 things are become slightly different than in previous releases. For example... tar -C ... -pxvf does not work with some files (althout you can mount iso and later do an rsync pr