Installing 8-Current

I wanted to play around with 8-Current and do some testing in a VM. I thought this would just involve a simple buildworld and buildkernel after grabbing the current source branch.

I did:
Code:
$ sudo cvsup -g -L 2 ~/8-supfile

where
Code:
$ egrep "^[^#]" ~/8-supfile
*default host=cvsup8.us.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=HEAD
*default compress
src-all

It completed successfully, but the only folders in in /usr/src are sys/ and contrib/, size totaling 768K.

This is on a 7.1-RELEASE system: what am I doing wrong?
 
Back
Top