From 810596c1d657655a41b2a18b0c7a710e9d6678c8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Jul 2023 14:18:55 +0300 Subject: feat: install firmware packages for wifi on installer Sponsored-by: author --- installer-ansible.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/installer-ansible.yml b/installer-ansible.yml index 8e99730..b545e55 100644 --- a/installer-ansible.yml +++ b/installer-ansible.yml @@ -50,6 +50,20 @@ install -d /etc/systemd/system/ssh.service.wants ln -nsf /etc/systemd/system/v-i-config.service /etc/systemd/system/ssh.service.wants/v-i-config.service + - name: "add non-free-firmware (and more) to apt sources, for wifi" + apt_repository: + repo: "deb http://deb.debian.org/debian bookworm contrib non-free non-free-firmware" + + - name: "install wifi firmware" + apt: + name: + - firmware-brcm80211 + - firmware-iwlwifi + - firmware-libertas + - firmware-misc-nonfree + - firmware-realtek + - firmware-ti-connectivity + # Install vmdb2, which actually does the installation to the # target system. -- cgit v1.2.1