Escape '<>'

This commit is contained in:
Out Of Ideas 2024-01-26 10:46:08 -06:00
parent 0b7ddeaf6d
commit 50fb200e33

View file

@ -519,7 +519,7 @@ DIFY_EFI_ENTRIES="1"
DISK="<disk name>"
PART="<boot partition number>"
```
Replace **<disk name>** with the name of the disk that the system was installed on (ie. `/dev/sda`). Replace **<boot partition number>** with the number of the boot partion (probably 1).
Replace **\<disk name\>** with the name of the disk that the system was installed on (ie. `/dev/sda`). Replace **\<boot partition number\>** with the number of the boot partion (probably 1).
Reconfigure the kernel.
```sh
xbps-reconfigure linux$(uname -r | awk -F. 'OFS="." {print $1,$2}')