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> </h5>
<p>Install using XBOOTLDR:</p> <p>Install using XBOOTLDR:</p>
<div class="highlight highlight-source-shell"> <div class="highlight highlight-source-shell">
<pre>bootctl --esp-path=/efi --boot-path=/boot install</pre> <pre>bootctl --esp-path=/efi --boot-path=/boot install
</div>
<p>Automatic update:</p> systemctl <span class="pl-c1">enable</span> systemd-boot-update.service</pre>
<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>
</div> </div>
<p> <p>
<a <a

View File

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