Can someone please test rc.sysinit from CVS
Jasper Huijsmans
jasper at lunar-linux.org
Tue Nov 18 11:26:44 GMT 2003
Op di 18-11-2003, om 11:12 schreef nestu:
...
> > * added support for module loading from /etc/modules
> What about changing it to:
>
> #!/bin/bash
>
> while read module
> do
> case $module in
> \#*) continue;;
>
> * ) action " * $module :" /sbin/modprobe $module ;;
> esac
> done < /etc/modules
>
> So that comments are ignored...
>
Agreed, thanks.
More information about the lunar-dev
mailing list