Abstract
The meta package linux-image-asahi installs all depending packages needed for Debian Testing. If no sound is needed (e.g. on headless systems) the package linux-image-asahi-headless can be used.
The packages replace the Glanzmann files, so remove the apt sources.list files with the Glanzmann configuration.
Prepare your repository
sudo curl https://git.g3la.de/api/packages/repos/debian/repository.key -o /etc/apt/trusted.gpg.d/forgejo-repos.asc
echo "deb https://git.g3la.de/api/packages/repos/debian testing main" | sudo tee -a /etc/apt/sources.list.d/forgejo.list
sudo apt update
Install the meta package
sudo apt install linux-image-asahi
or headless
sudo apt install linux-image-asahi-headless
Additional stuff
On firmware 13.5 the HDMI support will be active on MacBook Pro systems M1 and M2. To avoid boot problems add these lines to /etc/initramfs-tools/modules
apple_dcp
mux_apple_display_crossbar
and call
update-initramfs -u -k all