feat: remove manual update systemd-boot

main
sudo pacman -Syu 2023-01-08 00:35:48 +07:00
parent 3f3f91f38c
commit 7a0c32fe44
2 changed files with 3 additions and 19 deletions

View File

@ -471,15 +471,9 @@ systemctl <span class="pl-c1">enable</span> bluetooth.service</pre>
</h5>
<p>Install using XBOOTLDR:</p>
<div class="highlight highlight-source-shell">
<pre>bootctl --esp-path=/efi --boot-path=/boot install</pre>
</div>
<p>Automatic update:</p>
<div class="highlight highlight-source-shell">
<pre>systemctl <span class="pl-c1">enable</span> systemd-boot-update.service</pre>
</div>
<p>Manual update:</p>
<div class="highlight highlight-source-shell">
<pre>bootctl --esp-path=/efi --boot-path=/boot update</pre>
<pre>bootctl --esp-path=/efi --boot-path=/boot install
systemctl <span class="pl-c1">enable</span> systemd-boot-update.service</pre>
</div>
<p>
<a

View File

@ -259,20 +259,10 @@ Install using XBOOTLDR:
```sh
bootctl --esp-path=/efi --boot-path=/boot install
```
Automatic update:
```sh
systemctl enable systemd-boot-update.service
```
Manual update:
```sh
bootctl --esp-path=/efi --boot-path=/boot update
```
[Label partition](https://wiki.archlinux.org/index.php/persistent_block_device_naming#by-label)
Edit `/efi/loader/loader.conf`: