Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Nov 2004 11:19:06 -0600
From:      Nikolas Britton <freebsd@nbritton.org>
To:        Erik Norgaard <norgaard@locolomo.org>
Cc:        questions@freebsd.org
Subject:   Re: mergemaster fails in single user mode
Message-ID:  <4187C18A.7010606@nbritton.org>
In-Reply-To: <4187B9C8.2010904@nbritton.org>
References:  <4187A696.9020806@locolomo.org> <4187B9C8.2010904@nbritton.org>

next in thread | previous in thread | raw e-mail | index | archive | help
For the sake of clarity and completeness here is a better step by step 
guide for upgrading from src:

0: % su
1: # cvsup -g -L 2 foobar-supfile
2: # cd /usr/src
3: # make buildworld && make buildkernel && make installkernel
4: # reboot
5: Login as root (multi-user mode).
6: Breifly test your new Kernel.
7: # shutdown now
8: Hit the Enter Key.
9: # cd /usr/src
10: # make installworld
11: # reboot
12: login as root (multi-user mode).
13: # mergemaster
14: # shutdown now
15: Hit the Enter Key.
16: # exit



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4187C18A.7010606>