feat: Add debug trace option (#1038)

This commit is contained in:
Kroese
2025-10-02 17:18:53 +02:00
committed by GitHub
parent 6cac45c397
commit 09ca3bf118
7 changed files with 28 additions and 5 deletions

View File

@@ -18,6 +18,10 @@ if [[ "$GPU" != [Yy1]* || "$CPU_VENDOR" != "GenuineIntel" || "$ARCH" != "amd64"
fi
msg="Configuring display drivers..."
html "$msg"
[[ "$DEBUG" == [Yy1]* ]] && echo "$msg"
DISPLAY_OPTS="-display egl-headless,rendernode=$RENDERNODE"
DISPLAY_OPTS+=" -vga $VGA"