From 0e9df68bae6e08c98b9575eee1ede7a569380221 Mon Sep 17 00:00:00 2001 From: Luc Date: Sun, 3 Sep 2023 11:12:22 +0200 Subject: [PATCH] Changed syntax. --- docs/void-desktop-setup/post-installation/linux-lts.md | 2 +- docs/void-desktop-setup/post-installation/users.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/void-desktop-setup/post-installation/linux-lts.md b/docs/void-desktop-setup/post-installation/linux-lts.md index 571c064..b4a966c 100644 --- a/docs/void-desktop-setup/post-installation/linux-lts.md +++ b/docs/void-desktop-setup/post-installation/linux-lts.md @@ -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 diff --git a/docs/void-desktop-setup/post-installation/users.md b/docs/void-desktop-setup/post-installation/users.md index 9891456..81558d6 100644 --- a/docs/void-desktop-setup/post-installation/users.md +++ b/docs/void-desktop-setup/post-installation/users.md @@ -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 ``` -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