2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-11-04 05:12:32 +00:00

remove-mkconfig

This commit is contained in:
Tinashe
2025-03-05 11:19:34 -05:00
parent 7b4063a42f
commit 1bfad11ee5

View File

@@ -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"