From 1138b32fb8c27a7de2f67713bd684c4cf718a150 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sun, 6 Feb 2022 10:57:08 +0530 Subject: [PATCH] Update chroot_build.sh --- files/chroot_build.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 3de8779..92e9ce6 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -112,12 +112,10 @@ echo >&2 "===]> Info: Configure drivers... " # thunderbolt is working for me. #printf '\nblacklist thunderbolt' >>/etc/modprobe.d/blacklist.conf -printf '\n### apple-bce start ###\nhid-apple\nbcm5974\nsnd-seq\napple-bce\n### apple-bce end ###' >>/etc/modules-load.d/apple-bce.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### applespi start ###\napple_ibridge\napple_ib_tb\napple_ib_als\n### applespi end ###' >>/etc/modules-load.d/applespi.conf 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 +#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 echo ' #!/usr/bin/env bash