Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2001 02:13:39 -0500
From:      "Matthew Emmerton" <matt@gsicomp.on.ca>
To:        <marwan@q8internet.net>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Kernel faild! what to do?
Message-ID:  <005e01c090d5$7f926bf0$1200a8c0@gsicomp.on.ca>
References:  <F64f7acookek6RESGFo000086d7@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Hi all
>
> I was installing QUOTA in the machine,
> I cp GENERIC MYKERN and then i edited MYKERN to options QUOTA
>
> I did, cd /usr/src
>         make buildkernel KERNEL=MYKERN
>
> everything went fine for 1 minute, and then it start to generate this
> error, Can you help please, what to do now?

The procedure you're doing is only to be used when upgrading a system using
source code.

The way to reconfigure a kernel (when keeping the underlying OS the same) is
this:

cd /usr/src/sys/i386/conf
config MYKERN
cd ../../compile/MYKERN
make depend
make
make install

--
Matt Emmerton



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?005e01c090d5$7f926bf0$1200a8c0>