Messages in this thread |  | | | Date | Thu, 15 Sep 2005 15:28:00 +0200 | | From | Emmanuel Fleury <> | | Subject | Re: Automatic Configuration of a Kernel |
| |
Ahmad Reza Cheraghi wrote: > > If the script want to ask some question, what will be > the difference if we write make config.
The main difference will be that the options without "auto" flag or where the script said "n" will be skipped.
It will reduce quite considerably the number of questions.
The algorithm is quite simple:
If (no "auto" field) ---> go for the default
If ("auto" field) ---> script gives n ---> go for "n" script gives y ---> ask for [y/n] script gives y/m --> ask for [y/m/n]
That's all folks...
Regards -- Emmanuel Fleury
Assistant Professor | Office: B1-201 Computer Science Department, | Phone: +45 96 35 72 23 Aalborg University, | Mobile: +45 26 22 98 03 Fredriks Bajersvej 7E, | E-mail: fleury@cs.aau.dk 9220 Aalborg East, Denmark | URL: www.cs.aau.dk/~fleury - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |