On Wed, Sep 05, 2001 at 11:21:06PM -0400, Mike Barcroft wrote:
> I think it can safely be said that you're rebooting too much. The
> process can be simplified to:
> make world
> make kernel
> mergemaster
> reboot
For -current I would suggest a slight modification to this -- to make
sure everything compiles before installing any bits:
make buildworld
make buildkernel
make installkernel
make installworld
mergemaster
reboot
reboot between the installkernel and installworld steps if you like.
--
-- David ([EMAIL PROTECTED])
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message