From 8f1d39cf041ad8a5dbc5d457d2e682ec4ce73a27 Mon Sep 17 00:00:00 2001 From: Aditya Garg Date: Sun, 6 Nov 2022 17:14:05 +0530 Subject: [PATCH] 6.0.7 --- build.sh | 2 +- files/chroot_build.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index b817e86..57f85f3 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ ROOT_PATH=$(pwd) WORKING_PATH=/root/work CHROOT_PATH="${WORKING_PATH}/chroot" IMAGE_PATH="${WORKING_PATH}/image" -KERNEL_VERSION=6.0.6 +KERNEL_VERSION=6.0.7 PKGREL=1 sed -i "s/KVER/${KERNEL_VERSION}/g" $(pwd)/files/chroot_build.sh sed -i "s/PREL/${PKGREL}/g" $(pwd)/files/chroot_build.sh diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 45e01a0..2229392 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -105,8 +105,7 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" gcc \ dkms \ iwd \ - apple-t2-audio-config \ - t2-kernel-script + apple-t2-audio-config echo >&2 "===]> Info: Change initramfs format (for grub)... " sed -i "s/COMPRESS=lz4/COMPRESS=gzip/g" "/etc/initramfs-tools/initramfs.conf"