From d56d403d5628d2a16619ef61592d3b2c8e8f52b3 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Apr 19 2018 12:21:35 +0000 Subject: Enable the virtualbox-guest-additions service Signed-off-by: Hans de Goede --- diff --git a/90-default.preset b/90-default.preset index a302ac9..d6339f9 100644 --- a/90-default.preset +++ b/90-default.preset @@ -247,3 +247,9 @@ enable fedora-readonly.service # kernel at boot # https://bugzilla.redhat.com/show_bug.cgi?id=1518258 enable akmods.service + +# virtualbox-guest-additions service, yet another virtual-machine guest +# integration agent, this is a locally-running service, Note this has a +# "ConditionVirtualization=|oracle" so it will only run under VirtualBox +# https://bugzilla.redhat.com/show_bug.cgi?id=1534595 +enable vboxservice.service diff --git a/fedora-release.spec b/fedora-release.spec index 9fc4f93..8e2ab19 100644 --- a/fedora-release.spec +++ b/fedora-release.spec @@ -349,6 +349,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : /usr/sbin/convert-to-edition %changelog +* Thu Apr 19 2018 Hans de Goede +- Enable the virtualbox-guest-additions service (vboxservice.service) + * Mon Apr 09 2018 Rafael Santos - Add PLATFORM_ID to /etc/os-release