From a8f4d93132b0d70e6306837cae246462305f3fd9 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Tue, 4 Jun 2024 21:36:09 +0530 Subject: [PATCH] Update chroot_build.sh --- files/chroot_build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index e0b0e6b..12eb55f 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -114,7 +114,9 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" gcc \ dkms \ iwd \ - apple-t2-audio-config + apple-t2-audio-config \ + apfs-dkms \ + dmg2img echo >&2 "===]> Info: Change initramfs format (for grub)... " sed -i "s/COMPRESS=lz4/COMPRESS=gzip/g" "/etc/initramfs-tools/initramfs.conf"