From: Harald Hoyer Date: Tue, 18 Feb 2020 14:32:24 +0000 (+0100) Subject: systemd: install systemd-tty-ask-password-agent systemd-ask-password X-Git-Tag: 050~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16abea2592d7fee6166660098b647356d5a4cc14;p=thirdparty%2Fdracut.git systemd: install systemd-tty-ask-password-agent systemd-ask-password fixes https://github.com/dracutdevs/dracut/issues/726 --- diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh index 2e4274f2d..5ebdfc301 100755 --- a/modules.d/00systemd/module-setup.sh +++ b/modules.d/00systemd/module-setup.sh @@ -154,6 +154,7 @@ install() { mount umount reboot poweroff \ systemd-run systemd-escape \ systemd-cgls systemd-tmpfiles \ + systemd-ask-password systemd-tty-ask-password-agent \ /etc/udev/udev.hwdb \ ${NULL} @@ -254,4 +255,3 @@ install() { systemctl -q --root "$initdir" set-default multi-user.target } -