From 222bdedc25b9d4bc9a7ce014a486884746b8eb73 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:43:57 +0100 Subject: [PATCH] Update build.func --- misc/build.func | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/build.func b/misc/build.func index c1e7cc4d6..cdfec736d 100644 --- a/misc/build.func +++ b/misc/build.func @@ -2559,7 +2559,7 @@ EOF if [[ $gpu_count -eq 1 ]]; then # Automatic selection for single GPU selected_gpu="${available_gpus[0]}" - msg_custom "⚙️" "${GN}" "Automatically configuring ${selected_gpu} GPU passthrough" + msg_ok "Automatically configuring ${selected_gpu} GPU passthrough" else # Multiple GPUs - ask user echo -e "\n${INFO} Multiple GPU types detected:" @@ -2936,7 +2936,7 @@ fix_gpu_gids() { return 0 fi - msg_custom "🔧" "${BL}" "Detecting and setting correct GPU group IDs" + msg_info "Detecting and setting correct GPU group IDs" # Get actual GIDs from container local video_gid=$(pct exec "$CTID" -- sh -c "getent group video 2>/dev/null | cut -d: -f3")