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

Re: Jumpstart on FreeBSD 9.0

2012-02-20 Thread Nathan Whitehorn
On 02/21/12 02:24, ego...@ramattack.net wrote: 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 (althou

Re: Jumpstart on FreeBSD 9.0

2012-02-20 Thread Tim Kientzle
On Feb 20, 2012, at 9:24 AM, ego...@ramattack.net wrote: > > For example... tar -C ... -pxvf does not work with some files (althout you > can mount iso and later do an rsync preserving file flags), The FreeBSD ISOs are now being built with a tool that builds ISO images differently than be

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