On Sun, 6 Jan 2008 [EMAIL PROTECTED] wrote: > what sysadmins like me would really like is a set of scripts that could > generate a .config from an existing system. After we have one that covers > the hardware for the system we will then have a much better starting point > to work from. We may disable some drivers (sound drivers on a server for > example).
One thing is worth pointing out here. If you do remove some drivers (like usb-storage), you may end up with a bloated configuration because the things they selected (like SCSI) won't get removed automatically. That's a disadvantage of using select. Another disadvantage appears when somebody tries by hand to remove a component (like SCSI) and finds that it magically reappears. Evidently something is selecting it, but there's no way to find out what. Alan Stern - To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html