From adfe87ed0651fbe026d80d268599a40566b712d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 23 Oct 2018 23:32:35 +0200 Subject: [PATCH] Tell dom0 that VM is running Linux --- post-install.d/10-qubes-core-agent-features.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/post-install.d/10-qubes-core-agent-features.sh b/post-install.d/10-qubes-core-agent-features.sh index b3927d5..ac5b9bd 100755 --- a/post-install.d/10-qubes-core-agent-features.sh +++ b/post-install.d/10-qubes-core-agent-features.sh @@ -3,6 +3,7 @@ # announce features supported by this template qvm-features-request qrexec=1 +qvm-features-request os=Linux if [ -x /usr/bin/qubes-gui ]; then qvm-features-request gui=1