Make custom ptl kernel the default on intel ptl systems

Then we don't need to turn off audio any longer
This commit is contained in:
David Heinemeier Hansson
2026-03-24 20:31:58 +01:00
parent fce6df52aa
commit 4d6221c890
6 changed files with 25 additions and 22 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# Detect whether the computer has an Intel Panther Lake GPU.
lspci | grep -iE 'vga|3d|display' | grep -qi 'panther lake'