[arch-releng] [archiso] [PATCH] Install broadcom-wl to the release ISO

Eli Schwartz eschwartz at archlinux.org
Mon Apr 16 00:27:58 UTC 2018


Fixes FS#58239

Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
---
 configs/releng/airootfs/etc/modprobe.d/broadcom-wl.conf | 7 +++++++
 configs/releng/packages.both                            | 1 +
 2 files changed, 8 insertions(+)
 create mode 100644 configs/releng/airootfs/etc/modprobe.d/broadcom-wl.conf

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.
diff --git a/configs/releng/packages.both b/configs/releng/packages.both
index 9768e53..a9fad8d 100644
--- a/configs/releng/packages.both
+++ b/configs/releng/packages.both
@@ -1,5 +1,6 @@
 arch-install-scripts
 b43-fwcutter
+broadcom-wl
 btrfs-progs
 clonezilla
 crda
-- 
2.17.0


More information about the arch-releng mailing list