clan-cli: Split up update-hardware info into kexec-hardware-info

This commit is contained in:
Qubasa
2025-09-24 15:47:33 +02:00
parent 5595b2f862
commit ac79bfb35f
5 changed files with 208 additions and 11 deletions

View File

@@ -260,7 +260,7 @@ const CheckHardware = () => {
try {
// TODO: Debounce
const call = client.fetch("run_machine_hardware_info", {
const call = client.fetch("run_machine_hardware_info_kexec", {
target_host: {
address: store.install.targetHost,
port,