From c1ef92d32933f5878d7c77d3752eba0d31f46661 Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Mon, 3 Sep 2018 11:56:53 -0500 Subject: [PATCH] Revert "add acrn_guest to autostart" This reverts commit a0b1c84fb5a93e77eab94fb2c804ada049320dbd. --- install_append | 1 - 1 file changed, 1 deletion(-) diff --git a/install_append b/install_append index cbd7090..3ca2751 100644 --- a/install_append +++ b/install_append @@ -2,7 +2,6 @@ mkdir -p %{buildroot}/usr/lib/systemd/system/multi-user.target.wants ln -s ../usercrash.service %{buildroot}/usr/lib/systemd/system/multi-user.target.wants/usercrash.service ln -s ../prepare.service %{buildroot}/usr/lib/systemd/system/multi-user.target.wants/prepare.service ln -s ../acrnprobe.service %{buildroot}/usr/lib/systemd/system/multi-user.target.wants/acrnprobe.service -ln -s ../acrn_guest.service %{buildroot}/usr/lib/systemd/system/multi-user.target.wants/acrn_guest.service mkdir -p %{buildroot}/usr/share/clr-service-restart ln -sf /usr/lib/systemd/system/usercrash.service %{buildroot}/usr/share/clr-service-restart/usercrash.service ln -sf /usr/lib/systemd/system/prepare.service %{buildroot}/usr/share/clr-service-restart/prepare.service