Fix commit b590dcea69 properly install bluetooth fix

This commit is contained in:
Hal Emmerich 2019-10-09 00:56:04 -05:00
parent 0a9500e657
commit 159a84d181

View File

@ -164,7 +164,7 @@ cp -f $build_resources/external_fstab $outmnt/etc/fstab
chmod 644 /etc/fstab
#disable ertm for csr8510 bluetooth, issue #117
echo "options bluetooth disable_ertm=Y" > /etc/modprobe.d/bluetooth.conf
echo "options bluetooth disable_ertm=Y" > $outmnt/etc/modprobe.d/bluetooth.conf
#Cleanup to reduce install size
chroot $outmnt apt-get autoremove --purge