diff options
author | Eli Schwartz via arch-releng <arch-releng@archlinux.org> | 2018-04-15 20:27:58 -0400 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2018-04-16 19:29:57 -0300 |
commit | 39bd71c25c1910f8c42705170af42fdd7d46fe3c (patch) | |
tree | b6fbcd3667ba20b5de3432d8edf51fe78f30a252 /configs/releng/airootfs/etc/modprobe.d | |
parent | 59c25734da5541366d22a431751bb1c13fdf54da (diff) | |
download | archiso32-39bd71c25c1910f8c42705170af42fdd7d46fe3c.tar.xz |
Install broadcom-wl to the release ISO
Fixes FS#58239
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Diffstat (limited to 'configs/releng/airootfs/etc/modprobe.d')
-rw-r--r-- | configs/releng/airootfs/etc/modprobe.d/broadcom-wl.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/releng/airootfs/etc/modprobe.d/broadcom-wl.conf b/configs/releng/airootfs/etc/modprobe.d/broadcom-wl.conf new file mode 100644 index 0000000..0eae70c --- /dev/null +++ b/configs/releng/airootfs/etc/modprobe.d/broadcom-wl.conf @@ -0,0 +1,7 @@ +# The broadcom-wl package requires some modules to be disabled in order to use +# wl. Since the ISO image needs to cover many hardware cases, this file +# overrides the default blacklist in /usr/lib/modprobe.d/ +# +# If you need to use wl, you may need to delete this file, then `rmmod` any +# already-loaded modules that are now blacklisted before proceeding to modprobe +# wl itself. |