** Reply to message from Keith Owens <[EMAIL PROTECTED]> on Thu, 31 Aug 2000
11:49:34 +1100


> >Wow, this is incredibly useful!!!  Why, or why, isn't this part of the standard
> >kernel?!?!?  It would save so many headaches building kernels.
> 
> Because it is easier to solve the problem in user space.  Just copy
> .config to /lib/modules/<version>.  Look at modutils 2.3.14 onwards, it
> has a list of /lib/modules/<version>/filenames that will be ignored.
> modprobe -c reports

It's not the same thing.  /proc/config.gz guarantees that you'll get the right
information from the currently running kernel.  Your method relies on having
matching files around, which pretty much negates the whole point behind
/proc/config.gz.


-- 
Timur Tabi - [EMAIL PROTECTED]
Interactive Silicon - http://www.interactivesi.com

When replying to a mailing-list message, please don't cc: me, because then I'll just 
get two copies of the same message.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to