Update systemd-boot
parent
a893403b1c
commit
e3534bf144
|
@ -6,7 +6,13 @@ Install using XBOOTLDR:
|
||||||
bootctl --esp-path=/efi --boot-path=/boot install
|
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
|
```sh
|
||||||
bootctl --esp-path=/efi --boot-path=/boot update
|
bootctl --esp-path=/efi --boot-path=/boot update
|
||||||
|
|
Loading…
Reference in New Issue