Changed syntax.

This commit is contained in:
Luc Bijl 2023-09-03 11:12:22 +02:00
parent 50bffff4dc
commit 0e9df68bae
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,7 @@ It might be desirable to install an LTS kernel for better stability. This can be
# xbps-install -Sy linux-lts linux-lts-headers
```
To uninstall the non-lts kernel, ignore the package through `/etc/xbps.d/xbps.conf` by adding:
To uninstall the non-lts kernel, ignore the package by creating `/etc/xbps.d/nolinux.conf` and inserting:
```
ignorepkg=linux

View file

@ -18,8 +18,7 @@ The user may be added to certain groups, to give it some rights.
# usermod -aG wheel,audio,video,kvm,tty,input,storage <user>
```
The package `sudo` that is present in the `base-system` package will be removed. Since, it is bloatware. To persist this. That is sudo will not be installed ever again on the system. Edit `/etc/xbps.d/xbps.conf` and insert:
The package `sudo` that is present in the `base-system` package will be removed. Since, it is bloatware. To persist this. That is sudo will not be installed ever again on the system. Create `/etc/xbps.d/nosudo.conf` and insert:
```
ignorepkg=sudo