Skip to content

Commit

Permalink
Do not load apple-bce in initramfs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 committed Feb 22, 2023
1 parent 33a58e0 commit 5f74939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/chroot_build.sh
Expand Up @@ -109,8 +109,8 @@ 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 ###\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### 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

echo >&2 "===]> Info: Update initramfs... "
Expand Down

0 comments on commit 5f74939

Please sign in to comment.