enabling shadow drags sshd key generation service into boot path and serial console launch over getty gets delayed until ssh key generation is done, on slowers platforms eg. non-kvm qemu this can take minutes to get ssh keys service to finish on first boot.
On qemumips 56.963s sshdgenkeys.service Disabling shadow, pulls this out of boot chain, and ssh keys are still generated but this time it will happen when ssh'ing first time into the machine. [YOCTO #13646] Signed-off-by: Khem Raj <[email protected]> --- meta/recipes-core/systemd/systemd_246.2.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_246.2.bb b/meta/recipes-core/systemd/systemd_246.2.bb index af10e4212b..e3a7cd4971 100644 --- a/meta/recipes-core/systemd/systemd_246.2.bb +++ b/meta/recipes-core/systemd/systemd_246.2.bb @@ -66,7 +66,6 @@ PACKAGECONFIG ??= " \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xkbcommon', '', d)} \ backlight \ binfmt \ - gshadow \ hibernate \ hostnamed \ idn \ -- 2.28.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#142665): https://lists.openembedded.org/g/openembedded-core/message/142665 Mute This Topic: https://lists.openembedded.org/mt/76946360/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
