From 84a631a75a9c38c5839196628878b079d9a5a3ea Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sat, 8 Jun 2024 19:05:07 +0530 Subject: [PATCH] Update chroot_build.sh --- files/chroot_build.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index dda4f62..16db522 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -107,7 +107,6 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" dkms \ iwd \ apple-t2-audio-config \ - apfs-dkms \ dmg2img echo >&2 "===]> Info: Change initramfs format (for grub)... " @@ -123,9 +122,6 @@ printf 'apple-bce' >>/etc/modules-load.d/t2.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 -apfs_ver=$(ls /usr/src | grep linux-apfs-rw | cut -d "-" -f 4) -dkms install -m linux-apfs-rw -v ${apfs_ver} -k KVER-t2-${CODENAME} - echo >&2 "===]> Info: Update initramfs... " ## Add custom drivers to be loaded at boot