mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-09 14:36:43 +00:00
a6e69e88a4
mkinstall mapped x86_64 and x86 to their Debian names and accepted ppc64le and ppc64el. Every other architecture, riscv64 included, was logged as "Unknown arch" on each diskful install, although the install went on with the name unchanged, which is right for riscv64. Move the mapping into install_darch, which takes the Debian name from xCAT::Utils::debian_arch and knows the architectures xCAT installs Ubuntu on. riscv64 is one of them. Signed-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>