Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2002 11:37:26 -0700
From:      Nick Jennings <nkj@namodn.com>
To:        Fuzzy <fuzzy@pooh.ASARian.org>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: make installworld failing?
Message-ID:  <20021018113726.B4428@namodn.com>
In-Reply-To: <Pine.BSF.4.44.0210181342010.15899-100000@pooh.ASARian.org>; from fuzzy@pooh.ASARian.org on Fri, Oct 18, 2002 at 01:44:47PM -0400
References:  <Pine.BSF.4.44.0210181342010.15899-100000@pooh.ASARian.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 18, 2002 at 01:44:47PM -0400, Fuzzy wrote:
> 
> I've done
> 
> cvsup to RELENG_4_7
> make buildworld
> make buildkernel KERNCONF=POOHSN
> make installkernel KERNCONF=POOHSN
> reboot to singleuser
> 
> while booted singleuser
> 
> $fsck -p
> $mount -rw /
> $mount -a
> $cd /usr/src
> $make installworld

 On a side note, is this all the standard way of updating your base system?

 I've just done the following, and it seemed to work fine:

<cvsup to RELENG_4_7>
# make buildkernel KERNCONF=GRENZIK
# make installkernel KERNCONF=GRENZIK
# make buildworld
# make installworld
<reboot>

 Am I being blissfully ignorant? Is the "WrongWay" to do it?

- Nick


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?20021018113726.B4428>