systemd: install systemd-tty-ask-password-agent systemd-ask-password

fixes https://github.com/dracutdevs/dracut/issues/726
master
Harald Hoyer 2020-02-18 15:32:24 +01:00
parent c7ee6b3dbb
commit 16abea2592
No known key found for this signature in database
GPG Key ID: 340F12141EA0994D
1 changed files with 1 additions and 1 deletions

View File

@ -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
}