diff options
Diffstat (limited to 'rules')
-rw-r--r-- | rules/gentoo/30-kernel-compat.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/gentoo/30-kernel-compat.rules b/rules/gentoo/30-kernel-compat.rules index 95da1522d3..bf54e33423 100644 --- a/rules/gentoo/30-kernel-compat.rules +++ b/rules/gentoo/30-kernel-compat.rules @@ -26,3 +26,4 @@ SUBSYSTEM=="scsi", ATTR{type}=="8", RUN+="/sbin/modprobe -b ch" SUBSYSTEM=="pnp", DRIVER!="?*", \ RUN{ignore_error}+="/bin/sh -c '/sbin/modprobe -a $$(while read id; do echo pnp:d$$id; done < /sys$devpath/id)'" +LABEL="kernel_compat_end" |