Skip to content

Instantly share code, notes, and snippets.

@fgbreel
Created June 14, 2025 12:12
Show Gist options
  • Save fgbreel/5599ea921db3f4fe1d10362b1c515f3d to your computer and use it in GitHub Desktop.
Save fgbreel/5599ea921db3f4fe1d10362b1c515f3d to your computer and use it in GitHub Desktop.
/etc/initramfs-tools/hooks
#!/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