On 10-Feb-00 Jason J. Horton wrote:
> Any advice on upgrading a system from -STABLE to -CURRENT?
> Or would a standard "cvsup, make world, make kernel, reboot"
> do it?
You need a -current kernel for installworld to work. In fact,
if you aren't running a -current kernel installworld will blow
up on your machine. Try this instead:
- cvsup -current
- make buildworld
- make buildkernel
- make installkernel
- reboot into single user mode
- make -DNOINFO installworld
- make installworld
- merge over /etc changes, etc.
- reboot
--
John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
"Power Users Use the Power to Serve!" - http://www.FreeBSD.org/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message