* Need of automatic scripts for beginners
@ 2012-06-15 3:36 Anil Nair
2012-06-15 3:44 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Anil Nair @ 2012-06-15 3:36 UTC (permalink / raw)
To: lkml, linux-usb
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 :) )
--
Regards,
Anil Nair
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Need of automatic scripts for beginners
2012-06-15 3:36 Need of automatic scripts for beginners Anil Nair
@ 2012-06-15 3:44 ` Greg KH
2012-06-15 10:25 ` Peter Zijlstra
0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2012-06-15 3:44 UTC (permalink / raw)
To: Anil Nair; +Cc: lkml, linux-usb
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Need of automatic scripts for beginners
2012-06-15 3:44 ` Greg KH
@ 2012-06-15 10:25 ` Peter Zijlstra
2012-06-15 17:09 ` Anil Nair
0 siblings, 1 reply; 7+ messages in thread
From: Peter Zijlstra @ 2012-06-15 10:25 UTC (permalink / raw)
To: Greg KH; +Cc: Anil Nair, lkml, linux-usb
On Thu, 2012-06-14 at 20:44 -0700, Greg KH wrote:
> If your distro is set up properly, that should be all that you need to
> do.
Last time I tried that it didn't actually work due to a lot
of /sbin/installkernel scrips omitting to generate an initrd or whatnot.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Need of automatic scripts for beginners
2012-06-15 10:25 ` Peter Zijlstra
@ 2012-06-15 17:09 ` Anil Nair
2012-06-15 17:15 ` Peter Zijlstra
0 siblings, 1 reply; 7+ messages in thread
From: Anil Nair @ 2012-06-15 17:09 UTC (permalink / raw)
To: Peter Zijlstra; +Cc: Greg KH, lkml, linux-usb
Hi Peter,
> Last time I tried that it didn't actually work due to a lot
> of /sbin/installkernel scrips omitting to generate an initrd or whatnot.
Can you post the script? I would like to try it out.
--
Regards,
Anil Nair
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Need of automatic scripts for beginners
2012-06-15 17:09 ` Anil Nair
@ 2012-06-15 17:15 ` Peter Zijlstra
2012-06-15 17:50 ` Anil Nair
0 siblings, 1 reply; 7+ messages in thread
From: Peter Zijlstra @ 2012-06-15 17:15 UTC (permalink / raw)
To: Anil Nair; +Cc: Greg KH, lkml, linux-usb
On Fri, 2012-06-15 at 22:39 +0530, Anil Nair wrote:
> Hi Peter,
>
> > Last time I tried that it didn't actually work due to a lot
> > of /sbin/installkernel scrips omitting to generate an initrd or whatnot.
>
> Can you post the script? I would like to try it out.
It comes with your distro.. all I was saying is that they're not always
as useful as one might want them to be.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Need of automatic scripts for beginners
2012-06-15 17:15 ` Peter Zijlstra
@ 2012-06-15 17:50 ` Anil Nair
2012-06-15 17:54 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Anil Nair @ 2012-06-15 17:50 UTC (permalink / raw)
To: Peter Zijlstra; +Cc: Greg KH, lkml, linux-usb
Hi Peter,
> It comes with your distro.. all I was saying is that they're not always
> as useful as one might want them to be.
Which distro are you using? If anyone can make a general menudriven
bash scirpt with all the compilation options and with proper
documentation that would be good. If its not recommended then its ok.
I just intended those who begineers have no clue where to begin with i
had difficult trying to compile and configuring the kernel in the
beginning.
--
Regards,
Anil Nair
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Need of automatic scripts for beginners
2012-06-15 17:50 ` Anil Nair
@ 2012-06-15 17:54 ` Greg KH
0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2012-06-15 17:54 UTC (permalink / raw)
To: Anil Nair; +Cc: Peter Zijlstra, lkml, linux-usb
On Fri, Jun 15, 2012 at 11:20:56PM +0530, Anil Nair wrote:
> Hi Peter,
> > It comes with your distro.. all I was saying is that they're not always
> > as useful as one might want them to be.
>
> Which distro are you using? If anyone can make a general menudriven
> bash scirpt with all the compilation options and with proper
> documentation that would be good. If its not recommended then its ok.
> I just intended those who begineers have no clue where to begin with i
> had difficult trying to compile and configuring the kernel in the
> beginning.
You do know that there's a book out there, "Linux Kernel in a Nutshell",
which is free online, that describes how to do all of this? Why not
look at that?
Also, each distro has their own install kernel script, some works better
than others. I know the distros I use work just fine :)
thanks,
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-06-15 17:55 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-15 3:36 Need of automatic scripts for beginners Anil Nair
2012-06-15 3:44 ` Greg KH
2012-06-15 10:25 ` Peter Zijlstra
2012-06-15 17:09 ` Anil Nair
2012-06-15 17:15 ` Peter Zijlstra
2012-06-15 17:50 ` Anil Nair
2012-06-15 17:54 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox