Displaying 1 result from an estimated 1 matches for "174376pf".
2003 Aug 14
1
RELENG_4_8 isos?
I've built RELENG_4 isos no problem, is there a trick to building the
RELENG_4_8 isos? I am building the 'miniinst' disk - that is, with
the release, docs, and a port tree, but no ports. This is so I can do
a fresh install without having to update the world... I am using a
script that looks like this...
#!/bin/sh
rm -rf /usr/obj
cd /usr/src
make -DNOCLEAN world kernel
cd