From f0cd86672364ffa3a03662d883b68a08d95412d2 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Wed, 2 Nov 2022 20:55:22 +0530 Subject: [PATCH] Update chroot_build.sh --- files/chroot_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 21f1c1f..b28d8cd 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -113,7 +113,7 @@ echo >&2 "===]> Info: Configure drivers... " #printf '\nblacklist thunderbolt' >>/etc/modprobe.d/blacklist.conf printf 'apple-bce' >>/etc/modules-load.d/t2.conf -printf '\n### apple-bce start ###\nhid-apple\nsnd-seq\napple-bce\n### apple-bce end ###' >>/etc/initramfs-tools/modules +printf '\n### apple-bce start ###\nsnd\nsnd_pcm\napple-bce\n### apple-bce end ###' >>/etc/initramfs-tools/modules printf '\n# display f* key in touchbar\noptions apple-ib-tb fnmode=1\n' >> /etc/modprobe.d/apple-tb.conf #printf '\n# delay loading of the touchbar driver\ninstall apple-ib-tb /bin/sleep 7; /sbin/modprobe --ignore-install apple-ib-tb' >> /etc/modprobe.d/delay-tb.conf