Rolen aus bookworm übernommen

This commit is contained in:
Frank Schiebel 2025-08-06 12:21:06 +02:00
parent b74032925f
commit 420d9ea7b0
34 changed files with 1239 additions and 23 deletions

View file

@ -0,0 +1,11 @@
---
# Probleme mit akgehackten Ton über HDMI an
# den Laptops in den Klassenzimmern
# ACHTUNG: Beddingung hostname muss mit lt- beginnen.
- name: Fix stuttering sound on HDMI
lineinfile:
dest: /etc/default/grub
regexp: '^(GRUB_CMDLINE_LINUX=).*'
line: '\g<1>"intel_iommu=on,igfx_off"'
backrefs: yes
notify: Run update-grub