From 1bfad11ee53799e8db4d7c4672bc6c7639486c0c Mon Sep 17 00:00:00 2001 From: Tinashe Date: Wed, 5 Mar 2025 11:19:34 -0500 Subject: [PATCH] remove-mkconfig --- confluent_osdeploy/common/profile/scripts/sample/consoleredirect | 1 - 1 file changed, 1 deletion(-) diff --git a/confluent_osdeploy/common/profile/scripts/sample/consoleredirect b/confluent_osdeploy/common/profile/scripts/sample/consoleredirect index 1b80fa70..d761817e 100644 --- a/confluent_osdeploy/common/profile/scripts/sample/consoleredirect +++ b/confluent_osdeploy/common/profile/scripts/sample/consoleredirect @@ -3,7 +3,6 @@ is_rhel=false if test -f /boot/efi/EFI/redhat/grub.cfg; then grubcfg="/etc/default/grub" - grub2-mkconfig -o $grubcfg is_rhel=true elif test -f /boot/efi/EFI/sle_hpc/grub.cfg; then grubcfg="/boot/efi/EFI/sle_hpc/grub.cfg"