Fix: Limine drop-in config are overridden by default limine conf (#5114)
Limine drop-in config are overridden by `/etc/default/limine`
This commit is contained in:
@@ -2,7 +2,7 @@ TARGET_OS_NAME="Omarchy"
|
|||||||
|
|
||||||
ESP_PATH="/boot"
|
ESP_PATH="/boot"
|
||||||
|
|
||||||
KERNEL_CMDLINE[default]="@@CMDLINE@@"
|
KERNEL_CMDLINE[default]+="@@CMDLINE@@"
|
||||||
KERNEL_CMDLINE[default]+=" quiet splash"
|
KERNEL_CMDLINE[default]+=" quiet splash"
|
||||||
|
|
||||||
ENABLE_UKI=yes
|
ENABLE_UKI=yes
|
||||||
|
|||||||
Executable
+5
@@ -0,0 +1,5 @@
|
|||||||
|
echo "Fix KERNEL_CMDLINE merge behavior in /etc/default/limine"
|
||||||
|
|
||||||
|
if [[ -f /etc/default/limine ]]; then
|
||||||
|
sudo sed -i 's/^KERNEL_CMDLINE\[default\]="/KERNEL_CMDLINE[default]+="/' /etc/default/limine
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user