Greetings, all.
I've been tracking -STABLE all these years, and currently all the servers are on RELENG_8 (8.4).
The STANDARD procedure IMHO was as follows:
1) boot the install media
2) choose minimum install (least amount to boot FreeBSD)
When asked to browse the ports collection:
2) choose cvsup-without-x11
3) bounce the box, into the newly installed system
4) copy /usr/share/examples/cvs/stable-supfile and /usr/share/examples/cvs/ports-supfile to ~/
and edit:
placing the desired values within <...>.
5)
6)
7) editing a copy of GENERIC to properly reflect my hardware.
8)
9)
10)
...
I have 3: TYAN Thunder LE-T S2518's collecting dust. So I thought I'd turn one of them into POINTYHAT so I could use it to build any of the systems I wanted/needed to; amd64,i386,and the myriad of MIPS based embedded hardware I build kernels for. So. I downloaded a copy of dvd1, for 8.4, burnt it to a DVD, and booted/installed it. I performed/used the same proceedure above. But couldn't proceed to step 4, because cvsup() is no longer supported. How does/can somebody use the procedure described above, in insure a current, secure copy of STABLE? I thought the handbook would take one into updating, right after finishing install instructions. But that wasn't the case.
Thank you for all your time, and consideration.
--Chris
I've been tracking -STABLE all these years, and currently all the servers are on RELENG_8 (8.4).
The STANDARD procedure IMHO was as follows:
1) boot the install media
2) choose minimum install (least amount to boot FreeBSD)
When asked to browse the ports collection:
2) choose cvsup-without-x11
3) bounce the box, into the newly installed system
4) copy /usr/share/examples/cvs/stable-supfile and /usr/share/examples/cvs/ports-supfile to ~/
and edit:
Code:
*default host=cvsup<0-9>.FreeBSD.org
*default release=cvs tag=RELENG_<MY_VERSION_NUMBER>
5)
cvsup -g -L 2 ~/stable-supfile
6)
cvsup -g -L 2 ~/ports-supfile
7) editing a copy of GENERIC to properly reflect my hardware.
8)
cd /usr/src && make buildworld
9)
make build kernel KERNCONF=<MY_KERNEL_NAME>
10)
make install kernel KERNCONF=<MY_KERNEL_NAME>
...
I have 3: TYAN Thunder LE-T S2518's collecting dust. So I thought I'd turn one of them into POINTYHAT so I could use it to build any of the systems I wanted/needed to; amd64,i386,and the myriad of MIPS based embedded hardware I build kernels for. So. I downloaded a copy of dvd1, for 8.4, burnt it to a DVD, and booted/installed it. I performed/used the same proceedure above. But couldn't proceed to step 4, because cvsup() is no longer supported. How does/can somebody use the procedure described above, in insure a current, secure copy of STABLE? I thought the handbook would take one into updating, right after finishing install instructions. But that wasn't the case.

Thank you for all your time, and consideration.
--Chris