Fix concatenation

This commit is contained in:
David Heinemeier Hansson
2026-01-10 14:33:36 +01:00
parent bc1a531534
commit 295c7c91fc

View File

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