mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-03-10 10:47:24 +08:00
feat: Add additional debug messages
Add debugging message for configuring display drivers
This commit is contained in:
parent
f7b7cbd628
commit
bbd9128cbf
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user