Created
September 23, 2015 08:13
-
-
Save fincham/32f24472d7c22a0fa8fe to your computer and use it in GitHub Desktop.
/etc/initramfs-tools/hooks/bluetooth
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 | |
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