From 2d7a10add75f2f65270e6c97bddce9bec5f68063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 2 Nov 2020 14:58:43 +0100 Subject: [PATCH] Drop systemd re-exec during boot We don't have systemd in dom0-provided initrd anymore, so this workaround is not needed now. Fixes QubesOS/qubes-issues#5992 --- vm-systemd/qubes-sysinit.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vm-systemd/qubes-sysinit.sh b/vm-systemd/qubes-sysinit.sh index e48f281..83c17b5 100755 --- a/vm-systemd/qubes-sysinit.sh +++ b/vm-systemd/qubes-sysinit.sh @@ -11,11 +11,6 @@ DEFAULT_ENABLED_APPVM="cups qubes-update-check meminfo-writer" DEFAULT_ENABLED_TEMPLATEVM="$DEFAULT_ENABLED_APPVM updates-proxy-setup" DEFAULT_ENABLED="meminfo-writer" -if systemd_version_changed ; then - # Ensure we're running right version of systemd (the one started by initrd may be different) - systemctl daemon-reexec -fi - # Wait for xenbus initialization while [ ! -e /dev/xen/xenbus ]; do sleep 0.1