Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2002 17:51:42 -0400
From:      parv <parv_fm@emailgroups.net>
To:        Roman Neuhauser <neuhauser@bellavista.cz>
Cc:        Anthony Abby <anthonyabby@aplusdata.com>, Bsd Neophyte <bsdneophyte@yahoo.com>, Jonathan Chen <jonc@chen.org.nz>, FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: upgrading and updating .... extremely complicated for me.
Message-ID:  <20020906215142.GA83894@moo.holy.cow>
In-Reply-To: <20020906200951.GF83171@freepuppy.bellavista.cz>
References:  <20020906190323.71502.qmail@web20108.mail.yahoo.com> <1031341376.23123.5.camel@laptop.aplusdata.com> <20020906200951.GF83171@freepuppy.bellavista.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
in message <20020906200951.GF83171@freepuppy.bellavista.cz>,
wrote Roman Neuhauser thusly...
>
>     1 # su

not needed if already root

>     2 # cd /usr/src
>     3 # make update

3 not pertinet if src is already updated; may give errors if things
are not in order.

>     4 # make buildworld
>     5 # make buildkernel KERNCONF=<the-file-with-your-kernel-config>
>     6 # make installkernel KERNCONF=<the-file-with-your-kernel-config>
>     7 # make installworld
>     8 # mergemaster -si
>     9 # shutdown -r now

7 & 8 should be after 9, giving...

     0 # (be root)
     1 # cd /usr/src
     2 # make buildworld
     3 # make buildkernel KERNCONF=<the-file-with-your-kernel-config>
     4 # make installkernel KERNCONF=<the-file-with-your-kernel-config>
     5 # shutdown -r now
     6 # make installworld
     7 # mergemaster -i

-- 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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