(Jun 28 2005 12:24) Christopher wrote: > > C> Where do I put different options for modules that are loaded (like force > > C> a link speed on a network card)? I did not find any /etc/modules.conf > > C> or /etc/conf.modules or anything.. ? > > > > /etc/modprobe.conf > > > > Hmm strange. I got modules-init-tools package installed but no > /etc/modprobe.conf file: > > [EMAIL PROTECTED] ~# swup --search-file modprobe.conf > [Trustix Official ftp] module-init-tools (3.1-6tr): /etc/modprobe.conf > ... > [EMAIL PROTECTED] ~# rpm -q module-init-tools > module-init-tools-3.1-6tr > > But, the "funny" part is that /etc/modprobe.conf file IS NOT part of > this package. I manually downloaded the package and installed it:
It's a ghosted file. The RPM package expects it to be created, and indeed it is, but only if /etc/modules.conf exists when the package is installed. It can be created with generate-modprobe.conf or a similarly named script. And it's a bug, since the modules.conf never will be present in TSL 3.0 Could you please add a bug report for this? c -- Christian H. Toldnes Trustix Developer _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
