t2linux / T2-Debian-and-Ubuntu-Kernel

Ubuntu Kernel for T2 Macs.
130 stars 14 forks source link

List zstd as depedency #20

Closed ddurdle closed 1 year ago

ddurdle commented 1 year ago

zstd is not installed by default on Debian and your kernel images are using it.

dpkg-deb: error: archive '/tmp/headers.deb' uses unknown compression for member 'control.tar.zst', giving up

ddurdle commented 1 year ago

Looks like a much bigger issue:

Debian’s dpkg package doesn’t support zstd compression. It may support it in the future, but it doesn’t yet.

AdityaGarg8 commented 1 year ago

Well there is a fork for the Debian version

https://github.com/andersfugmann/T2-Debian-Kernel

AdityaGarg8 commented 1 year ago

Well since I have not received any response yet, I am closing this issue. You may reopen it if needed.