mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Merge pull request #7420 from Obihoernchen/discinfo
Add more disk infos for copycds
This commit is contained in:
commit
68410a08e7
@ -14,13 +14,34 @@ require Exporter;
|
||||
use strict;
|
||||
|
||||
our %distnames = (
|
||||
"1699649961.901830" => "alma9.3", #x86_64
|
||||
"1683740561.481881" => "alma9.2", #x86_64
|
||||
"1668611652.293224" => "alma9.1", #x86_64
|
||||
"1653492552.897374" => "alma9.0", #x86_64
|
||||
"1700507279.498559" => "alma8.9", #x86_64
|
||||
"1684368711.170717" => "alma8.8", #x86_64
|
||||
"1668064303.058266" => "alma8.7", #x86_64
|
||||
"1652294731.711015" => "alma8.6", #x86_64
|
||||
"1636648892.129507" => "alma8.5", #x86_64
|
||||
"1622014558.977612" => "alma8.4", #x86_64
|
||||
"1616719527.545010" => "alma8.3", #x86_64
|
||||
|
||||
"1699827798.672747" => "rocky9.3", #x86_64
|
||||
"1683907016.7470503" => "rocky9.2", #x86_64
|
||||
"1669255400.517928" => "rocky9.1", #x86_64
|
||||
"1657031221.5900638" => "rocky9.0", #x86_64
|
||||
"1700593425.194997" => "rocky8.9", #x86_64
|
||||
"1684366557.751811" => "rocky8.8", #x86_64
|
||||
"1668116088.755845" => "rocky8.7", #x86_64
|
||||
"1652648703.486923" => "rocky8.6", #x86_64
|
||||
"1636882174.934804" => "rocky8.5", #x86_64
|
||||
"1624205633.869423" => "rocky8.4", #x86_64
|
||||
"1619847935.413219" => "rocky8.3", #x86_64
|
||||
|
||||
"1636765473.891280" => "centos8.5", #x86_64
|
||||
"1578087695.538488" => "centos8.1", #x86_64
|
||||
"1578087695.537220" => "centos8.1", #ppc64le
|
||||
"1603728831.612616" => "centos7.9", #x86_64
|
||||
"1480943823.812754" => "centos7.3", #x86_64
|
||||
"1450147276.351714" => "centos7.2", #ppc64le
|
||||
"1449699925.561114" => "centos7.2", #x86_64
|
||||
@ -103,6 +124,20 @@ 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
|
||||
"1673532738.064152" => "rhels9.0", #x86_64
|
||||
"1666859625.373080" => "rhels9.1", #x86_64
|
||||
"1681421276.520925" => "rhels9.2", #x86_64
|
||||
"1698234899.296206" => "rhels9.3", #x86_64
|
||||
|
||||
"1285193176.593806" => "rhelhpc6", #x86_64
|
||||
"1305067719.718814" => "rhelhpc6.1", #x86_64
|
||||
|
Loading…
x
Reference in New Issue
Block a user