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:
@ -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;
|
||||
|
Reference in New Issue
Block a user