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

rh/genimage: update systemd list to include Rocky Linux

This commit is contained in:
Kurt H Maier
2022-03-25 10:48:40 -07:00
parent d3a711b5da
commit 0caaa750dd

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;