You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(configdisk): only set HAS_GPU=1 for actual GPU devices
The HAS_GPU flag was being set unconditionally when any device was
attached, regardless of device type. This would trigger NVIDIA module
loading in the VM init script even for non-GPU PCI devices.
Now iterates through attached devices and checks each device's type,
only setting HAS_GPU=1 if at least one device is DeviceTypeGPU.
0 commit comments