Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2001 11:04:10 +0000 (GMT)
From:      "P. U. (Uli) Kruppa" <root@pukruppa.de>
To:        "R. Lahaye" <lahaye@users.sourceforge.net>
Cc:        "f.johan.beisser" <jan@caustic.org>, FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: HELP: messed up my 4.3 system; can't recompile kernel etc.
Message-ID:  <20010714110051.T31627-100000@localhost.de>
In-Reply-To: <3B4FE559.3372AD7B@users.sourceforge.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 14 Jul 2001, R. Lahaye wrote:

> Date: Sat, 14 Jul 2001 15:23:21 +0900
> From: R. Lahaye <lahaye@users.sourceforge.net>
> To: f.johan.beisser <jan@caustic.org>
> Cc: FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
> Subject: Re: HELP: messed up my 4.3 system; can't recompile kernel etc.
>
> "f.johan.beisser" wrote:
> >
> > On Sat, 14 Jul 2001, R. Lahaye wrote:
> > > Can someone tell me the best way how to get back to me original
> > > 4.3 system?
> >
> > if the system is running fine, then you can just install the source code
> > through /stand/sysinstall (assuming you have the disk in your drive). i
> > personally would update the source to the latest versions with cvsup.
> >
> >         # cvsup -g -L 2 -h cvsup4.freebsd.org \
> >           /usr/share/examples/cvsup/stable-supfile
> >
> > and let it run. do it as root.
>
> After that: do I have to follow the directions on "Using make world" (Chapter 20.4
> in the FreeBSD Handboot) ?
> I.e. recompiling - installing the FreeBSD base system?
>
> And then after that recompile the kernel?
# cd /usr/src
# make buildwold
  (if you have a customized kernel configurarion:
   # make buildkernel KERNCONF=YOURKERNEL
   # make installkernel KERNCONF=YOURKERNEL)
# make installworld

Uli.

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

*--------------------------------------*
|  www.pukruppa.de       www.2000d.de  |
|          Wuppertal - Germany         |
*--------------------------------------*


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?20010714110051.T31627-100000>