From e900b81f2ac870142b50bbdb9812e7d2acab4143 Mon Sep 17 00:00:00 2001 From: dalto Date: Tue, 20 Sep 2022 20:23:37 +0000 Subject: [PATCH] Update systemd-boot.hook to include --no-variables --- src/usr/share/libalpm/hooks/systemd-boot.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/share/libalpm/hooks/systemd-boot.hook b/src/usr/share/libalpm/hooks/systemd-boot.hook index e064faf..09f70ed 100644 --- a/src/usr/share/libalpm/hooks/systemd-boot.hook +++ b/src/usr/share/libalpm/hooks/systemd-boot.hook @@ -6,4 +6,4 @@ Target = systemd [Action] Description = Updating systemd-boot When = PostTransaction -Exec = /usr/bin/bootctl update \ No newline at end of file +Exec = /usr/bin/bootctl update --no-variables