Fix awk command

This commit is contained in:
Out Of Ideas 2024-01-21 22:58:29 -06:00
parent 150780f7a4
commit a085a37bb3
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ Chroot into the installed system.
Reconfigure the kernel.
```
xbps-reconfigure linux$(uname -r | awk -F. '{print $1"."$2}')
echo xbps-reconfigure linux$(uname -r | awk -F. 'OFS="." {print $1,$2}')
```
## Logging in
Login as root with the root password.