* Wed Jan 08 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-6.sme

- fix path for EFI grub /boot/efi/EFI/rocky [SME: 12867]
This commit is contained in:
Jean-Philippe Pialasse 2025-01-08 00:07:50 -05:00
parent f9603d6896
commit b70e793de0
3 changed files with 5 additions and 3 deletions

View File

@ -1 +0,0 @@
sme10

View File

@ -16,7 +16,7 @@ if ( ! defined $ENV{LANG}|| $ENV{LANG}eq "" || $ENV{LANG} eq "C") {
my $grubpath;
if (-e "/sys/firmware/efi") {
$grubpath = "/boot/efi/EFI/centos/grub.cfg";
$grubpath = "/boot/efi/EFI/rocky/grub.cfg";
} else {
$grubpath = "/boot/grub2/grub.cfg";
}

View File

@ -4,7 +4,7 @@ Summary: smeserver module to configure grub2
%define name smeserver-grub
Name: %{name}
%define version 11.0.0
%define release 5
%define release 6
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@ -25,6 +25,9 @@ AutoReqProv: no
Provides: e-smith-grub
%changelog
* Wed Jan 08 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-6.sme
- fix path for EFI grub /boot/efi/EFI/rocky [SME: 12867]
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-5.sme
- Update createlinks to create smeserver-package-update event[SME: 12579]