From: j.neuschaefer@gmx.net (Jonathan Neuschäfer)
To: kernelnewbies@lists.kernelnewbies.org
Subject: The problem with the installation of the latest kernel
Date: Sun, 19 Jun 2011 10:15:10 +0200 [thread overview]
Message-ID: <20110619081510.GG1451@debian.debian> (raw)
In-Reply-To: <BANLkTikE2otXCH4JhbB_nUb43fH9=YdBLA@mail.gmail.com>
On Fri, Jun 17, 2011 at 12:27:03PM +0530, Prashant Shah wrote:
> Hi,
>
> >> make O=../linux-2.6.39.1-install defconfig
>
> Try using $make oldconfig instead of defconfig. This will reuse your
> current ubuntu kernel config file.
If I read the code correctly, make oldconfig will not use the config
from /boot/, but just but just use a default configuration in case
you don't have a .config in your build directory.
So from my (limited) experience you would first need to do a
cp /boot/config*`uname -r` ~/linux-2.6.39.1-install/.config
Another option is make localmodconfig, which includes all the modules
that are loaded into the new configuration.
HTH,
Jonathan Neusch?fer
prev parent reply other threads:[~2011-06-19 8:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-17 6:45 The problem with the installation of the latest kernel david
2011-06-17 6:51 ` Anuz Pratap Singh Tomar
2011-06-17 6:57 ` Prashant Shah
[not found] ` <69221.50718.qm@web92204.mail.cnh.yahoo.com>
2011-06-18 17:22 ` 回复: " Prashant Shah
2011-06-19 8:15 ` Jonathan Neuschäfer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110619081510.GG1451@debian.debian \
--to=j.neuschaefer@gmx.net \
--cc=kernelnewbies@lists.kernelnewbies.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).