Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2002 16:25:03 +0400
From:      "Igor B. Bykhalo" <goshik@binep.ac.ru>
To:        <sroberts@dsl.pipex.com>
Cc:        "FreeBSD-Questions" <freebsd-questions@freebsd.org>
Subject:   Re: cvsup stable-supfile does not update GENERIC (and others)kernel?
Message-ID:  <038b01c219e7$dae9f260$ea2ce9c1@binep.ac.ru>
References:  <1024742550.87383.8.camel@Demon.Strobe.org><200206221254.34553.mark.rowlands@minmail.net><1024743661.87383.12.camel@Demon.Strobe.org> <20020622112331.GA70256@falcon.midgard.homeip.net> <1024746304.87383.24.camel@Demon.Strobe.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> From: "Stacey Roberts" <sroberts@dsl.pipex.com>
> To: "Erik Trulsson" <ertr1013@student.uu.se>
> Sent: Saturday, June 22, 2002 3:44 PM
> Subject: Re: cvsup stable-supfile does not update GENERIC (and others)kernel?
> 
[...]
> 
> Seems as if I'm mis-understanding something here, or not explaining
> myself very well..,
> 
> After running cvsup stable-supfile, should there not be a *new* GENERIC
> kernel for me to configure - located in /usr/src/sys/i386/conf? 

Just to be pedantic - this is _not_ a kernel, this is only
kernel configuration file (used when you compile kernel).

And this config file should be new only if it was modified during
your last cvsup. According to FreeBSD's CVSweb:

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/conf/GENERIC?only_with_tag=RELENG_4

# [...]
# Default branch: MAIN
# Current tag: RELENG_4
# 
# 
# 
# --------------------------------------------------------------------------------
# 
# Revision 1.246.2.43 / (download) - annotate - [select for diffs], Thu May 23 17:04:01 2002 UTC (4 weeks, 1 day ago) by obrien 
# Branch: RELENG_4 
# [...]

So, GENERIC config file in the STABLE branch was last updated
on Thu May 23 17:04:01 2002 UTC (4 weeks, 1 day ago).

[...]
> At this point I would have expected to have an up-to-date GENERIC kernel
> to proceed with this step.

To have kernel, you should build it. If you want to build kernel
from GENERIC config file, you should cd /usr/src and use

# make buildkernel KERNCONF=GENERIC

command (after buildworld). Then you proceed with make install as
described in Handbook.

HTH,
Igor



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?038b01c219e7$dae9f260$ea2ce9c1>