On Mon, Sep 29, 2008 at 02:03:26PM +0200, Mario 'BitKoenig' Holbe wrote:
> only the last `install' line for a given module is executed.
> Thus, it would make more sense to put those both lines together like

Patch attached.

-- 
() Ascii Ribbon Campaign
/\ Support plain text e-mail
--- /etc/modprobe.d/alsa-base.orig	2008-09-29 09:25:20.000000000 +0200
+++ /etc/modprobe.d/alsa-base	2008-09-29 14:58:19.000000000 +0200
@@ -8,8 +8,7 @@
 install sound-slot-6 /sbin/modprobe snd-card-6
 install sound-slot-7 /sbin/modprobe snd-card-7
 # Cause optional modules to be loaded above generic modules
-install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
-install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-seq ; }
+install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; : ; }
 #
 # Workaround at bug #499695
 #install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }

Attachment: signature.asc
Description: Digital signature

Reply via email to