]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
systemd: install systemd-tty-ask-password-agent systemd-ask-password
authorHarald Hoyer <harald@redhat.com>
Tue, 18 Feb 2020 14:32:24 +0000 (15:32 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 18 Feb 2020 14:33:23 +0000 (15:33 +0100)
fixes https://github.com/dracutdevs/dracut/issues/726

modules.d/00systemd/module-setup.sh

index 2e4274f2d83223bae4c15193aadfcb40065a0ff0..5ebdfc301332b16c3ee7e4923bc0d4d80b9cfada 100755 (executable)
@@ -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
 }
-