Skip to content

Commit

Permalink
Enable software rendering by default in all qube types
Browse files Browse the repository at this point in the history
Add it to list for all types, not just "others" (which might be even
unused in practice).

Fixes QubesOS/qubes-issues#9268
  • Loading branch information
marmarek committed Aug 14, 2024
1 parent d67be6a commit a6c95ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vm-systemd/qubes-sysinit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ set -euf
. /usr/lib/qubes/init/functions

# List of services enabled by default (in case of absence of qubesdb entry)
DEFAULT_ENABLED_NETVM="network-manager qubes-network qubes-update-check qubes-updates-proxy meminfo-writer qubes-firewall"
DEFAULT_ENABLED_PROXYVM="qubes-network qubes-firewall qubes-update-check meminfo-writer"
DEFAULT_ENABLED_APPVM="qubes-update-check meminfo-writer tracker evolution-data-server"
DEFAULT_ENABLED_TEMPLATEVM="$DEFAULT_ENABLED_APPVM updates-proxy-setup"
DEFAULT_ENABLED_NETVM="network-manager qubes-network qubes-update-check qubes-updates-proxy meminfo-writer qubes-firewall software-rendering"
DEFAULT_ENABLED_PROXYVM="qubes-network qubes-firewall qubes-update-check meminfo-writer software-rendering"
DEFAULT_ENABLED_APPVM="qubes-update-check meminfo-writer tracker evolution-data-server software-rendering"
DEFAULT_ENABLED_TEMPLATEVM="$DEFAULT_ENABLED_APPVM updates-proxy-setup software-rendering"
DEFAULT_ENABLED="meminfo-writer software-rendering"

# Wait for xenbus initialization
Expand Down

0 comments on commit a6c95ff

Please sign in to comment.