Update systemd-boot
parent
a893403b1c
commit
e3534bf144
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue