# Pastebin fKOqlwxZ steev@finn:~/work/build-scripts/kali-arm$ cat /etc/initramfs-tools/hooks/x13s-firmware #!/bin/sh PREREQ="" prereqs() { echo "$PREREQ" } case $1 in prereqs) prereqs exit 0 ;; esac . /usr/share/initramfs-tools/hook-functions # Begin real processing below this line for f in /lib/firmware/qcom/sc8280xp/LENOVO/21BX/* \ /lib/firmware/qcom/a6* ; do add_firmware "${f#/lib/firmware/}" done