From e3534bf14463efe29d115b5d4be7949b6e415cfb Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Thu, 27 Jan 2022 21:52:23 +0700 Subject: [PATCH] Update systemd-boot --- Applications/System/systemd-boot.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Applications/System/systemd-boot.md b/Applications/System/systemd-boot.md index 1fb380d..a945b95 100644 --- a/Applications/System/systemd-boot.md +++ b/Applications/System/systemd-boot.md @@ -6,7 +6,13 @@ Install using XBOOTLDR: bootctl --esp-path=/efi --boot-path=/boot install ``` -Update everytime systemd is updated: +Automatic update: + +```sh +systemctl enable systemd-boot-update.service +``` + +Manual update: ```sh bootctl --esp-path=/efi --boot-path=/boot update