From 4b83a6eea946edfa1dcade27e791372634f6d293 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Thu, 14 Sep 2023 15:40:17 +0100 Subject: [PATCH] gpt-auto-generator is gone in mantic Signed-off-by: Dimitri John Ledkov --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9065e1b2..31ab2647 100755 --- a/debian/rules +++ b/debian/rules @@ -79,7 +79,7 @@ override_dh_auto_install: -D $(CURDIR)/debian/tmp --ldd $$f; \ done # But we don't won't to automount the rootfs - rm debian/tmp/usr/lib/systemd/system-generators/systemd-gpt-auto-generator + rm -f --verbose debian/tmp/usr/lib/systemd/system-generators/systemd-gpt-auto-generator # or this (binfmt_misc module is not in the initramfs) rm debian/tmp/usr/lib/systemd/system/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount # Remove all pcrphase related bits for the moment (services and binary)