Date: Sun, 25 Aug 2002 13:56:21 +0100 From: Jeff Penn <jeff@jrpenn.demon.co.uk> To: freebsd-stable@freebsd.org Subject: Re: 4.6 stable to 4.6.2 stable Message-ID: <20020825125621.GA965@jrpenn.demon.co.uk> In-Reply-To: <1303157718.20020825152359@2mcl.com> References: <1303157718.20020825152359@2mcl.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 25, 2002 at 03:23:59PM +0400, RUS wrote: > #cd /usr/src > #make buildworld > #make buildkernel KERNCONF=mykernel > #make installkernel KERNCONF=mykernel > after reboot to single mode > #make installworld > #margemaster > and reboot I always clean out /usr/obj. You can also add the 2 new mergemaster calls using -p & -C options: cd /usr/obj chflags -R noschg * rm -rf * cd /usr/src mergemaster -p make buildworld make buildkernel KERNCONF=MYKERNEL make installkernel KERNCONF=MYKERNEL shutdown -r now boot -s fsck -p mount -u / mount -a -t ufs swapon -a cd /usr/src make installworld mergemaster mergemaster -C Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020825125621.GA965>