archlinux
parent
551557844b
commit
536c2c9594
|
@ -28,17 +28,17 @@ editor no
|
||||||
Edit `/boot/loader/entries/archlinux.conf`:
|
Edit `/boot/loader/entries/archlinux.conf`:
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
title Arch Linux
|
title Archlinux
|
||||||
linux /vmlinuz-linux
|
linux /vmlinuz-linux
|
||||||
initrd /intel-ucode.img
|
initrd /intel-ucode.img
|
||||||
initrd /initramfs-linux.img
|
initrd /initramfs-linux.img
|
||||||
options root="LABEL=ROOT" rw
|
options root="LABEL=ROOT" rw
|
||||||
```
|
```
|
||||||
|
|
||||||
Label root partition:
|
Label partition:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
e2label /dev/XXX ROOT
|
e2label /dev/sdxY ROOT
|
||||||
```
|
```
|
||||||
|
|
||||||
View partitions:
|
View partitions:
|
||||||
|
|
Loading…
Reference in New Issue