mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-10 19:46:24 +00:00
53692323b4
copycd builds the riscv64 boot loader by running grub-mkimage, which grub-common ships on every supported Ubuntu release. Nothing declared it, so a management or service node installed without that package copies riscv64 media and produces no loader, while DHCP keeps pointing every riscv64 node at the path where the loader should be. The declaration belongs to xcat-server, which carries the plugin that runs the command, so both metapackages inherit it. Signed-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>