From 8ec3e769b50f2a345bbdf69ae58c6c8b7879010e Mon Sep 17 00:00:00 2001 From: nl6720 Date: Thu, 18 Sep 2025 16:52:31 +0300 Subject: [PATCH] systemd-boot-update.service: replace --no-variables with --variables=no bbeeea43625d22d2ab92b26ed93378acbad8ca66 replaced the option in bootctl, so systemd-boot-update.service should follow. --- units/systemd-boot-update.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/systemd-boot-update.service b/units/systemd-boot-update.service index f234184d78..9a4fbc1e71 100644 --- a/units/systemd-boot-update.service +++ b/units/systemd-boot-update.service @@ -21,7 +21,7 @@ Before=shutdown.target [Service] Type=oneshot RemainAfterExit=yes -ExecStart=bootctl --no-variables --graceful update +ExecStart=bootctl --variables=no --graceful update [Install] WantedBy=sysinit.target