[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120615034410.GA6380@kroah.com>
Date: Thu, 14 Jun 2012 20:44:10 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: Anil Nair <anilcoll90@...il.com>
Cc: lkml <linux-kernel@...r.kernel.org>, linux-usb@...r.kernel.org
Subject: Re: Need of automatic scripts for beginners
On Fri, Jun 15, 2012 at 09:06:00AM +0530, Anil Nair wrote:
> Hi all,
>
> There are lot of professionals who join in the Linux Community daily,
> But there are also people who are new to kernel configuration and
> compiling so is it possible for the community to create a automatic
> bash script so that it would be useful for beginners to start with the
> kernel compilation and installation.? I could give it a try i want
> people from the community to test it for me. Such a script exists in
> the source tree?
>
> Suggestions required... (And expected :) )
Try doing:
make localmodconfig
make oldconfig
make -j4
make modules_install install
then reboot.
If your distro is set up properly, that should be all that you need to
do.
If not, do 'make help' and look at what you have there.
good luck,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists