From 7aafaf172e49ad1a2b48f806bd67a0b1b5fe9f75 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Wed, 28 Jun 2023 13:11:31 +0200 Subject: [PATCH] grub-config: add kernel command line to default boot entry --- opt/grub-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opt/grub-config b/opt/grub-config index ccb4e8c..a165adc 100644 --- a/opt/grub-config +++ b/opt/grub-config @@ -79,7 +79,7 @@ fi menuentry '$OS_NAME' { echo 'Loading Linux...' - linux /$DEFAULT_LINUX + linux /$DEFAULT_LINUX $LINUX_CMDLINE echo 'Loading initial ramdisk...' initrd /$DEFAULT_INITRAMFS }