]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Add missing binaries to initrd
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 7 Apr 2022 12:57:10 +0000 (14:57 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 14 Apr 2022 20:35:40 +0000 (22:35 +0200)
These aren't included on Ubuntu which causes an error during boot,
let's fix that by including them explicitly.

mkosi/__init__.py

index de791ce7aea268923d0ebc0c34131ee780a65830..96cded114356e41fe8de3c407977242bad6bbe7a 100644 (file)
@@ -131,6 +131,8 @@ DRACUT_SYSTEMD_EXTRAS = [
     "/usr/lib/systemd/system/systemd-volatile-root.service",
     "/usr/lib/systemd/systemd-veritysetup",
     "/usr/lib/systemd/systemd-volatile-root",
+    "/usr/bin/systemd-ask-password",
+    "/usr/bin/systemd-tty-ask-password-agent"
 ]