summaryrefslogtreecommitdiffstats
path: root/core/modules/gfx-driver/data/opt/openslx/scripts/systemd-load_gfx_driver
blob: 7d6ddb88d54c298732c85d50890298c260726681 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/ash
# nvidia-libs is handled as a stage4 addon during stage3

# Seems we can finally always do that; in fact, not doing so seems to crash VMs left and right
echo -e "# Written by load-gfx-driver\nSLX_VMWARE_3D=yes" >> "/opt/openslx/config"

exit 0