add riscv64 agent

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458
2025-03-18 18:11:04 +00:00
parent b34d314cd2
commit 1cecf84b1b
11 changed files with 7675 additions and 7641 deletions

View File

@@ -114,6 +114,11 @@ CheckInstallAgent() {
# RaspberryPi 3B+ running Ubuntu 64 (aarch64)
machineid=26
fi
if [ $marchinetype == 'riscv64' ]
then
# RISC-V 64 bit
machineid=45
fi
# Add more machine types, detect KVM support... here.
fi