Changed syntax.
This commit is contained in:
parent
50bffff4dc
commit
0e9df68bae
2 changed files with 2 additions and 3 deletions
|
@ -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
|
# 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
|
ignorepkg=linux
|
||||||
|
|
|
@ -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>
|
# 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
|
ignorepkg=sudo
|
||||||
|
|
Loading…
Reference in a new issue