Add firmware-iwlwifi from Debian Stretch.
Need to support iwlwifi-8265.
This commit is contained in:
parent
2792fb288e
commit
725bb1f978
|
@ -37,6 +37,7 @@ The script will provide Debian's netboot installers with **additionnals firmware
|
||||||
* **linux-nonfree** : For Tigon network adapters.
|
* **linux-nonfree** : For Tigon network adapters.
|
||||||
* **myricom** : For Myricom Myri-10G Ethernet adapters (IBM server).
|
* **myricom** : For Myricom Myri-10G Ethernet adapters (IBM server).
|
||||||
* **qlogic** : For QLogic Infiniband, SCSI, Fibre Channel/FCoE adapters.
|
* **qlogic** : For QLogic Infiniband, SCSI, Fibre Channel/FCoE adapters.
|
||||||
|
* **iwlwifi** : Binary firmware for Intel Wireless cards
|
||||||
* Extract initrd and firmwares packages to build a new initrd.
|
* Extract initrd and firmwares packages to build a new initrd.
|
||||||
|
|
||||||
### Debian late_command
|
### Debian late_command
|
||||||
|
|
|
@ -31,11 +31,15 @@ for DISTRO in stretch buster jessie wheezy sid; do # For ALL Debian's version
|
||||||
|
|
||||||
# Download myricom for IBM
|
# Download myricom for IBM
|
||||||
wget http://ftp.fr.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-myricom_0.43_all.deb
|
wget http://ftp.fr.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-myricom_0.43_all.deb
|
||||||
dpkg-deb -x firmware-myricom_0.43_all.deb "${TEMP_DIR}"/mkinitrd
|
dpkg-deb -x firmware-myricom_0.43_all.deb "${TEMP_DIR}"/mkinitrd
|
||||||
|
|
||||||
# Download qlogic
|
# Download qlogic
|
||||||
wget http://ftp.fr.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-qlogic_0.43_all.deb
|
wget http://ftp.fr.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-qlogic_0.43_all.deb
|
||||||
dpkg-deb -x firmware-qlogic_0.43_all.deb "${TEMP_DIR}"/mkinitrd
|
dpkg-deb -x firmware-qlogic_0.43_all.deb "${TEMP_DIR}"/mkinitrd
|
||||||
|
|
||||||
|
# Download iwlwifi
|
||||||
|
wget http://ftp.fr.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-iwlwifi_20161130-3_all.deb -O firmware-iwlwifi_all.deb
|
||||||
|
dpkg-deb -x firmware-iwlwifi_all.deb "${TEMP_DIR}"/mkinitrd
|
||||||
|
|
||||||
# Make a new initrd
|
# Make a new initrd
|
||||||
mv initrd.gz initrd_orig.gz
|
mv initrd.gz initrd_orig.gz
|
||||||
|
|
Loading…
Reference in New Issue