Skip to content

Commit

Permalink
Merge pull request #7429 from xcat2/discinfo-rhel
Browse files Browse the repository at this point in the history
Fix RHEL 8 names
  • Loading branch information
Obihoernchen committed Mar 4, 2024
2 parents cbee70b + bd85efe commit ec04eba
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions perl-xCAT/xCAT/data/discinfo.pm
Expand Up @@ -124,16 +124,16 @@ our %distnames = (
"1446216863.790260" => "rhels7.2", #x86_64
"1446216863.764721" => "rhels7.2", #ppc64
"1446216863.771788" => "rhels7.2", #ppc64le
"1554367054.162671" => "rhels8.0", #x86_64
"1571146135.637073" => "rhels8.1", #x86_64
"1585988230.312698" => "rhels8.2", #x86_64
"1602239874.439561" => "rhels8.3", #x86_64
"1620069559.055704" => "rhels8.4", #x86_64
"1634111543.317017" => "rhels8.5", #x86_64
"1650472728.682141" => "rhels8.6", #x86_64
"1665640879.622493" => "rhels8.7", #x86_64
"1681178617.415884" => "rhels8.8", #x86_64
"1698675913.542581" => "rhels8.9", #x86_64
"1554367054.162671" => "rhels8.0.0", #x86_64
"1571146135.637073" => "rhels8.1.0", #x86_64
"1585988230.312698" => "rhels8.2.0", #x86_64
"1602239874.439561" => "rhels8.3.0", #x86_64
"1620069559.055704" => "rhels8.4.0", #x86_64
"1634111543.317017" => "rhels8.5.0", #x86_64
"1650472728.682141" => "rhels8.6.0", #x86_64
"1665640879.622493" => "rhels8.7.0", #x86_64
"1681178617.415884" => "rhels8.8.0", #x86_64
"1698675913.542581" => "rhels8.9.0", #x86_64
"1673532738.064152" => "rhels9.0", #x86_64
"1666859625.373080" => "rhels9.1", #x86_64
"1681421276.520925" => "rhels9.2", #x86_64
Expand Down

0 comments on commit ec04eba

Please sign in to comment.