From 72004bd6d2e9fec0e59ecd03472b0ba230084072 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Fri, 21 Oct 2022 00:53:56 +0530 Subject: [PATCH] Add t2-kernel-script --- files/chroot_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 35f457a..8f3079c 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -105,7 +105,8 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" gcc \ dkms \ iwd \ - apple-t2-audio-config + apple-t2-audio-config \ + t2-kernel-script echo >&2 "===]> Info: Change initramfs format (for grub)... " sed -i "s/COMPRESS=lz4/COMPRESS=gzip/g" "/etc/initramfs-tools/initramfs.conf"