From 71fd91537156f2a3926487f0a61693e7c9ecd1d6 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 17 Jun 2023 18:03:17 -0400 Subject: redundant systemd-run parameter just in case --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac01630..946f22c 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,6 @@ $(zip): $(ver_files): $(img) $(ver) $(call sha256_check_file,$(img)) - sudo systemd-run --working-directory $(ver) -P -p PrivateMounts=yes -- \ + sudo systemd-run --working-directory $(ver) --wait -P -p PrivateMounts=yes -- \ $$PWD/src/extract-efi-boot-files.bash $$PWD/$(img) $(efi_files) $(call sha256_check_file,$@) -- cgit v1.2.3