From ed6b99dbf121f8ad3e68a1eb8e2fff4d4bdf3066 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 28 Jul 2023 23:19:58 +0200 Subject: [PATCH] units: Import all repart credentials in systemd-repart.service --- units/systemd-repart.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/units/systemd-repart.service.in b/units/systemd-repart.service.in index b1322a159be..bf10fa0b937 100644 --- a/units/systemd-repart.service.in +++ b/units/systemd-repart.service.in @@ -30,6 +30,7 @@ Before=shutdown.target initrd-switch-root.target Type=oneshot RemainAfterExit=yes ExecStart={{BINDIR}}/systemd-repart --dry-run=no +ImportCredential=repart.* # The tool returns 77 if there's no existing GPT partition table SuccessExitStatus=77 -- 2.47.3