How do ou get modules like ac and barrerty to load at boot time?

Bill Nottingham notting at redhat.com
Mon Sep 29 22:59:01 UTC 2003


Nils Philippsen (nphilipp at redhat.com) said: 
> On Tue, 2003-09-30 at 00:43, Bill Nottingham wrote:
> > if [ -d /proc/acpi ]; then
> >    for module in /lib/modules/uname -r/kernel/drivers/acpi/* ; do
> 
> Surely:
> 
> [...]
> for module in /lib/modules/$(uname -r)/kernel/drivers/acpi/* ; do
> [...]

Bah, cut'n'paste ate the backticks. Yes, insert equivalent
shell syntax here...

Bill





More information about the fedora-test-list mailing list