Created
June 14, 2025 12:12
-
-
Save fgbreel/5599ea921db3f4fe1d10362b1c515f3d to your computer and use it in GitHub Desktop.
/etc/initramfs-tools/hooks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -e | |
if [ "$1" = "prereqs" ]; then exit 0; fi | |
. /usr/share/initramfs-tools/hook-functions | |
cp /lib/firmware/adsp.* $DESTDIR/lib/firmware/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment