Dear Maintainer,
The Dracut module dracut-systemd might call `sulogin -e`, but busybox
does not support the option `-e`. This missing option is reported
upstream at https://github.com/vda-linux/busybox_mirror/issues/36.
The Dracut busybox module skips intstalling the sulogin applet. This
has no effect when using busybox-static because busybox-static is built
with CONFIG_FEATURE_PREFER_APPLETS enabled. Busybox sh will prefer the
incompatible sulogin applet instead of using the real sulogin binary.