From c92a6b1927bbc0a8aa600d091b358fb5779d38ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferr=C3=A3o?= <2031761+viniciusferrao@users.noreply.github.com> Date: Sun, 6 Sep 2026 00:17:05 -0300 Subject: [PATCH] fix(perl-xCAT): name Ubuntu in the riscv64 netboot values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The noderes.netboot table gave riscv64 the condition >=el10, so the only documented way to reach grub2 on the architecture was an EL node, although lookupNetboot answers grub2 for riscv64 whatever the operating system. The condition now names Ubuntu as well, the way ppc64 names both of its families. Signed-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com> --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 50dde765c..4fdafac6b 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -676,7 +676,7 @@ passed as argument rather than by table value', ppc64le NonVirtualize ALL petitboot ppc64le PowerKVM Guest ALL grub2,grub2-http,grub2-tftp aarch64 >=el8 grub2 - riscv64 >=el10 grub2,grub2-http,grub2-tftp + riscv64 >=el10, >=ubuntu24.04 grub2,grub2-http,grub2-tftp ', tftpserver => 'The TFTP server for this node (as known by this node). If not set, it defaults to networks.tftpserver.',