diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-03 18:47:01 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-03 18:47:01 +0200 |
| commit | c02d9b5def07bf487d9f0d3230fff2df8c210016 (patch) | |
| tree | cfc32e4cc48451ba5d423b143c2e00b72a3fa0dc /roles/bootstrap/tasks/install-archlinux.yml | |
| parent | 73a2e01416dfcf48d6f75cc2ad303707907563f9 (diff) | |
Split archlinux setup on mac from others and fix EFI on mac
Diffstat (limited to 'roles/bootstrap/tasks/install-archlinux.yml')
| -rw-r--r-- | roles/bootstrap/tasks/install-archlinux.yml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/roles/bootstrap/tasks/install-archlinux.yml b/roles/bootstrap/tasks/install-archlinux.yml index 02ba1f3..f4ce711 100644 --- a/roles/bootstrap/tasks/install-archlinux.yml +++ b/roles/bootstrap/tasks/install-archlinux.yml @@ -79,29 +79,3 @@ ansible.builtin.command: cmd: "arch-chroot {{ mnt_root_path }} pacman -S --noconfirm python3" changed_when: true - -- name: "Install broadcom-wl driver" - ansible.builtin.command: - cmd: "arch-chroot {{ mnt_root_path }} pacman -S --noconfirm broadcom-wl" - changed_when: true - when: bootstrap_mac - -- name: "Blacklist modules conflicting with broadcom-wl" - ansible.builtin.copy: - dest: "{{ mnt_root_path }}/etc/modprobe.d/broadcom-wl.conf" - mode: "0644" - content: | - blacklist brcmfmac - blacklist brcmutil - blacklist b43 - blacklist ssb - blacklist bcma - when: bootstrap_mac - -- name: "Load wl module at boot" - ansible.builtin.copy: - dest: "{{ mnt_root_path }}/etc/modules-load.d/broadcom-wl.conf" - mode: "0644" - content: | - wl - when: bootstrap_mac |
