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
This commit is contained in:
parent
7f15690e43
commit
2d7a10add7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user