Update systemd-boot.hook to include --no-variables
This commit is contained in:
parent
58ec58e6fb
commit
ab5852d7d3
|
@ -6,4 +6,4 @@ Target = systemd
|
||||||
[Action]
|
[Action]
|
||||||
Description = Updating systemd-boot
|
Description = Updating systemd-boot
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Exec = /usr/bin/bootctl update
|
Exec = /usr/bin/bootctl update --no-variables
|
||||||
|
|
Loading…
Reference in New Issue