mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-10 19:46:24 +00:00
53709af9b3
The Ubuntu driver table had no riscv64 entry, so genimage was handed an empty list and built an image carrying no network module. A node whose NIC is not built into the kernel then has no interface to fetch its root filesystem with. The architecture now gets the same drivers the enterprise Linux table lists for it, plus the overlay module every Ubuntu image needs. Signed-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>