Update chroot_build.sh

This commit is contained in:
Aditya Garg 2024-06-07 20:05:02 +05:30 committed by GitHub
parent 1a9ae231ea
commit 76e1b6bb1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -110,9 +110,6 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="
apfs-dkms \
dmg2img
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: Change initramfs format (for grub)... "
sed -i "s/COMPRESS=lz4/COMPRESS=gzip/g" "/etc/initramfs-tools/initramfs.conf"
@ -126,6 +123,9 @@ 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