Ensure Linux kernel is running preempt=full to avoid audio/linux jitter under load

This commit is contained in:
David Heinemeier Hansson
2025-11-09 13:08:12 +01:00
parent 70d15921b9
commit a881b7c45f
2 changed files with 8 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ TARGET_OS_NAME="Omarchy"
ESP_PATH="/boot"
KERNEL_CMDLINE[default]="$CMDLINE"
KERNEL_CMDLINE[default]+="quiet splash"
KERNEL_CMDLINE[default]+="quiet splash preempt=full"
ENABLE_UKI=yes
CUSTOM_UKI_NAME="omarchy"