docs: better update and label parition docs
parent
5cc86f3292
commit
48e23a31d2
|
@ -6,23 +6,13 @@ Install using XBOOTLDR:
|
||||||
bootctl --esp-path=/efi --boot-path=/boot install
|
bootctl --esp-path=/efi --boot-path=/boot install
|
||||||
```
|
```
|
||||||
|
|
||||||
Update:
|
Update everytime systemd is updated:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
bootctl update
|
bootctl --esp-path=/efi --boot-path=/boot update
|
||||||
```
|
```
|
||||||
|
|
||||||
Label partition:
|
[Label partition](https://wiki.archlinux.org/index.php/persistent_block_device_naming#by-label)
|
||||||
|
|
||||||
```sh
|
|
||||||
e2label /dev/xxxY ROOT
|
|
||||||
```
|
|
||||||
|
|
||||||
View partitions:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
blkid
|
|
||||||
```
|
|
||||||
|
|
||||||
Edit `/efi/loader/loader.conf`:
|
Edit `/efi/loader/loader.conf`:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue