From fe8b3f76a0b153b56f08f7491159dc5dd4210d4b Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Thu, 18 Jan 2024 16:24:05 +0200 Subject: [PATCH] Change ELevate patch: grub config creation for EuroLinux if EFI. --- SOURCES/leapp-repository-0.19.0-elevate.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SOURCES/leapp-repository-0.19.0-elevate.patch b/SOURCES/leapp-repository-0.19.0-elevate.patch index fb018d8..8cd22b9 100644 --- a/SOURCES/leapp-repository-0.19.0-elevate.patch +++ b/SOURCES/leapp-repository-0.19.0-elevate.patch @@ -82,10 +82,10 @@ index 5cc6fd92..fe81626f 100755 # This should not happen as /etc/initrd-release is supposed to have API # stability, but check is better than broken system. diff --git a/repos/system_upgrade/common/actors/efibootorderfix/finalization/actor.py b/repos/system_upgrade/common/actors/efibootorderfix/finalization/actor.py -index f42909f0..832f51ab 100644 +index f42909f0..f08b7b82 100644 --- a/repos/system_upgrade/common/actors/efibootorderfix/finalization/actor.py +++ b/repos/system_upgrade/common/actors/efibootorderfix/finalization/actor.py -@@ -1,17 +1,101 @@ +@@ -1,17 +1,102 @@ +import os +import re + @@ -124,6 +124,7 @@ index f42909f0..832f51ab 100644 + 'Red Hat Enterprise Linux': 'redhat', + 'Rocky Linux': 'rocky', + 'Scientific Linux': 'redhat', ++ 'EuroLinux': 'eurolinux', + } + + efi_shimname_dict = {