This commit is contained in:
Aditya Garg 2022-11-06 17:14:05 +05:30
parent e05e94964b
commit 8f1d39cf04
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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"