2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 12:20:40 +00:00

Merge pull request #7137 from khm/genimage-rocky

rh/genimage:  update systemd list to include Rocky Linux
This commit is contained in:
besawn
2022-04-15 09:03:17 -04:00
committed by GitHub

View File

@ -1965,6 +1965,10 @@ sub using_systemd {
if ($1 >= 7) {
return 1;
}
} elsif ($os =~ /rocky(\d+)/) {
if ($1 >= 8) {
return 1;
}
} elsif ($os =~ /ol(\d+)/) {
if ($1 >= 7) {
return 1;