]> git.ipfire.org Git - thirdparty/systemd.git/commit
boot: Only do full driver initialization in VMs 25541/head
authorJan Janssen <medhefgo@web.de>
Sun, 27 Nov 2022 12:56:18 +0000 (13:56 +0100)
committerJan Janssen <medhefgo@web.de>
Tue, 29 Nov 2022 14:05:56 +0000 (15:05 +0100)
commitf6d59e2ebfc1bf50683a2e640aad501c372a50e4
tree2dd0980a7ae2425eb0ab181b231351a7bf5d6555
parent7f19be808c9cb9cabcaf1e48ccff875fa8191d3a
boot: Only do full driver initialization in VMs

Doing the reconnect dance on some real firmware creates huge delays on
boot. This should not be needed anymore as we now ask the firmware to
make console devices and xbootldr partitions available explicitly in a
more targeted fashion.

Fixes: #25510
src/boot/efi/boot.c
src/boot/efi/vmm.c