mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-21 16:39:30 +00:00
f7d52f94ec
Installing xCAT on a riscv64 Ubuntu management node fails before it starts: E: Unable to locate package xcat E: Unable to locate package xcat-test xCAT/debian/control and xCATsn/debian/control name their architectures explicitly, as "amd64 ppc64el". riscv64 is absent, so no riscv64 deb is ever produced and apt has nothing to install -- while the rest of the tree already carries riscv64 install templates, DHCP boot policy, mknb support and a Genesis machine configuration. The test reads both control files and asserts the explicit list covers every Debian architecture xCAT ships. It fails on both files today. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com> (cherry picked from commit 059c23486d8f15e8a0a224ef7dfe05cd7fe123a4)