Skip to content

Commit 132f494

Browse files
opoplawskiyuravk
authored andcommitted
Scientific Linux 7.9 support (#20)
* Attempt at supporting Scientific Linux 7.9 * Scientific Linux uses redhat efi dir * Remove duplicate scientific gpg key Co-authored-by: Andrew Lukoshko <[email protected]> (cherry picked from commit 65ca7fa)
1 parent d092080 commit 132f494

File tree

1 file changed

+2
-1
lines changed
  • repos/system_upgrade/common/actors/efibootorderfix/finalization

1 file changed

+2
-1
lines changed

repos/system_upgrade/common/actors/efibootorderfix/finalization/actor.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ def process(self):
3030
'CentOS Stream': 'centos',
3131
'Oracle Linux Server': 'redhat',
3232
'Red Hat Enterprise Linux': 'redhat',
33-
'Rocky Linux': 'rocky'
33+
'Rocky Linux': 'rocky',
34+
'Scientific Linux': 'redhat',
3435
}
3536

3637
efi_shimname_dict = {

0 commit comments

Comments
 (0)