[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: automating make oldconfig??



On Thursday 04 November 2004 08:42, Sven Schuster wrote:
> Hi everybody,
>
> I'm currently building a script for automatically downloading the
> latest bk-snapshot from www.kernel.org, building and booting this
> snapshot of the linux kernel. I have some basic configuration on
> my machine which I'd like to copy over to the new kernel which I
> usually use to do a 'make oldconfig'. When doing this interactive
> this is fine, but what when I want to call it from a script running
> via cron?? Is there any way to tell the build system to take the
> default values for all new options??

Have you tried this?

	yes "" | make oldconfig




--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive:       http://mail.nl.linux.org/kernelnewbies/
FAQ:           http://kernelnewbies.org/faq/