From a03b61a2eba982226f382f75b615d22c8593f9e9 Mon Sep 17 00:00:00 2001 From: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com> Date: Thu, 27 Nov 2025 20:07:01 -0300 Subject: [PATCH] fix: Fix Rocky Linux template and pkglist Make it point to rhels10 as these files exists now Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com> --- xCAT-server/share/xcat/install/rocky/compute.rocky10.pkglist | 2 +- xCAT-server/share/xcat/install/rocky/compute.rocky10.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/install/rocky/compute.rocky10.pkglist b/xCAT-server/share/xcat/install/rocky/compute.rocky10.pkglist index e2131ffe2..e5ed10698 120000 --- a/xCAT-server/share/xcat/install/rocky/compute.rocky10.pkglist +++ b/xCAT-server/share/xcat/install/rocky/compute.rocky10.pkglist @@ -1 +1 @@ -../rh/compute.rhels9.pkglist \ No newline at end of file +../rh/compute.rhels10.pkglist \ No newline at end of file diff --git a/xCAT-server/share/xcat/install/rocky/compute.rocky10.tmpl b/xCAT-server/share/xcat/install/rocky/compute.rocky10.tmpl index 6d2611284..8ccf86648 120000 --- a/xCAT-server/share/xcat/install/rocky/compute.rocky10.tmpl +++ b/xCAT-server/share/xcat/install/rocky/compute.rocky10.tmpl @@ -1 +1 @@ -../rh/compute.rhels9.tmpl \ No newline at end of file +../rh/compute.rhels10.tmpl \ No newline at end of file