To update your system, you should use the following procedure: # make buildworld # make buildkernel KERNCONF=TRITON # make installkernel KERNCONF=TRITON # reboot You should boot in single user mode (using boot -s from loader prompt for example). Then run:
# mergemaster -p # make installworld # mergemaster # reboot ----- Original Message ----- From: "Dan MacMillan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "freebsd-questions" <[EMAIL PROTECTED]> Sent: Tuesday, August 10, 2004 10:52 PM Subject: RE: error during "make buildkernel" in 5.2.1 > From: Mike > > > > This is my first foray into 5.2.1. I installed and ran cvsup > (standard > > and for ports). I went to build the kernel and and "make buildkernel" > > died. Here is the error message. Any comments or hints would be > helpful. > > > > # make buildkernel KERNEL=TRITON > > > > ... > > I believe that should be: > > make buildkernel KERNCONF=TRITON > > -- > Danny MacMillan > > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
