Escape '<>'
This commit is contained in:
parent
0b7ddeaf6d
commit
50fb200e33
1 changed files with 1 additions and 1 deletions
|
@ -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}')
|
||||
|
|
Loading…
Reference in a new issue