From 87331dfce4d374424cdc0922f5a34e1ffad95434 Mon Sep 17 00:00:00 2001 From: Meliox Date: Sat, 13 Jun 2026 19:45:18 +0200 Subject: [PATCH] add intel to safe init --- src/Scripts/pve-mod-configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Scripts/pve-mod-configure b/src/Scripts/pve-mod-configure index 87c2a81..98615b6 100644 --- a/src/Scripts/pve-mod-configure +++ b/src/Scripts/pve-mod-configure @@ -526,7 +526,8 @@ main() { ENABLE_SYSTEM_INFO=0; SYSTEM_INFO_TYPE=1 PVE_TRIGGER_ENABLED=0 DEBUG_LM_SENSORS=0; DEBUG_LM_SENSORS_FILE="/tmp/sensors-output.json" - DEBUG_INTEL=0; DEBUG_INTEL_FILE="/tmp/intel-gpu-devices.json" + DEBUG_INTEL=0; DEBUG_INTEL_FILE="/tmp/intel-gpu-devices.txt" + DEBUG_INTEL_OUTPUT_FILE="/tmp/intel-gpu-top-output.txt" DEBUG_NVIDIA=0; DEBUG_NVIDIA_OUTPUT_FILE="/tmp/nvidia-smi-output.csv" DEBUG_NVIDIA_DEVICES_FILE="/tmp/nvidia-smi-devices.csv" DEBUG_AMD=0; DEBUG_AMD_FILE="/tmp/amd-gpu-devices.json"