lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ