diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index 600c2cbf6..117ecdb31 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -2140,7 +2140,7 @@ sub copycd # ex: "Rocky Linux 8" # my @rl_version = split / /, $desc; - $distname = "rocky" . $ol_version[-1]; + $distname = "rocky" . $rl_version[-1]; } elsif ($desc =~ /^[\d\.]+$/) {