From b6d1e2b4419f2694739b0442635f59db6549d4db Mon Sep 17 00:00:00 2001 From: Richard Phibel <40369111+rphibel@users.noreply.github.com> Date: Fri, 5 Aug 2022 19:40:17 +0200 Subject: [PATCH] mkosi: Add package libfdisk to Ubuntu dependencies (#24211) * mkosi: Add package libfdisk to Ubuntu dependencies The libfdisk package is needed by systemd-repart. --- mkosi.default.d/ubuntu/10-mkosi.ubuntu | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.default.d/ubuntu/10-mkosi.ubuntu b/mkosi.default.d/ubuntu/10-mkosi.ubuntu index 9492e791cd7..2d73746f3f8 100644 --- a/mkosi.default.d/ubuntu/10-mkosi.ubuntu +++ b/mkosi.default.d/ubuntu/10-mkosi.ubuntu @@ -68,6 +68,7 @@ Packages= libqrencode4 # We pull in the -dev package here, since the binary ones appear to change names too often, and the -dev package pulls the right deps in automatically libtss2-dev + libfdisk1 locales nano strace -- 2.47.3