From fd1746ab6ae11c1686285d37b48e7f6fc9f52352 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 5 Feb 2024 18:06:50 +0530 Subject: [PATCH] fix typo --- includes/post/grub-setup.ksi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/post/grub-setup.ksi b/includes/post/grub-setup.ksi index b911a2a..38f4e9e 100644 --- a/includes/post/grub-setup.ksi +++ b/includes/post/grub-setup.ksi @@ -23,6 +23,6 @@ EOF chmod 644 /etc/sysconfig/kernel -grubby --update-kernel=ALL --args=systremd.show_status=false +grubby --update-kernel=ALL --args='systemd.show_status=false' %end