Skip to content

Instantly share code, notes, and snippets.

@fincham
Created September 23, 2015 08:13
Show Gist options
  • Save fincham/32f24472d7c22a0fa8fe to your computer and use it in GitHub Desktop.
Save fincham/32f24472d7c22a0fa8fe to your computer and use it in GitHub Desktop.
/etc/initramfs-tools/hooks/bluetooth
#!/bin/sh -e
if [ "$1" = "prereqs" ]; then exit 0; fi
. /usr/share/initramfs-tools/hook-functions
mkdir -p $DESTDIR/lib/firmware
cp -pr /lib/firmware/* $DESTDIR/lib/firmware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment