Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2008 09:23:17 -0800
From:      "Mark D. Foster" <mark@foster.cc>
To:        darryl@osborne-ind.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Next steps
Message-ID:  <479F6105.9090206@foster.cc>
In-Reply-To: <280BA17A99C240008BF4BCA105AA5F76@Europa>
References:  <280BA17A99C240008BF4BCA105AA5F76@Europa>

next in thread | previous in thread | raw e-mail | index | archive | help
Darryl Hoar wrote:
> Greetings,
> I have just installed 6.3-Release on brand new hardware.
> In the past, I have not done much to a machine after
> initial installation.  What should be done to a machine
> after successful installation of 6.3-release ?  Do I need
> to compile a custom kernel ?  Do I need to apply any
> patches ?
>   
What I do is lay down an /etc/supfile[1] containing what's needed to
bring the system fully up-to-date regarding base and ports. I like to
track the -security branch  (RELENG_6_3) but many just track stable
(RELENG_6).
Run csup -g -L2 /etc/supfile

Thereafter {build|install} {kernel|world} and follow with pkg_add -r
portaudit, portmaster and any other ports I find useful[2].


[1]
*default host=cvsup7.FreeBSD.org
# YMMV, try fastest_cvsup port to get a better idea
*default base=/usr
*default prefix=/usr
*default release=cvs delete use-rel-suffix compress
src-all tag=RELENG_6_3
# or RELENG_6 to track 6-STABLE
ports-all tag=.

[2]
http://conshell.net/wiki/index.php/User:Fostermarkd/Applications#FreeBSD-specific_Applications

-- 
Some days it's just not worth chewing through the restraints...
Mark D. Foster, CISSP <mark@foster.cc>  http://mark.foster.cc/





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?479F6105.9090206>