From 295c7c91fc8571993569e4e2bf2ed24699088f0f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 10 Jan 2026 14:33:36 +0100 Subject: [PATCH] Fix concatenation --- default/limine/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/limine/default.conf b/default/limine/default.conf index eb34057a..072b8bf3 100644 --- a/default/limine/default.conf +++ b/default/limine/default.conf @@ -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"