From 41051ee85a6d8c96f1a8457ef686328494291357 Mon Sep 17 00:00:00 2001 From: Adel Kara Slimane Date: Fri, 3 Jun 2022 17:51:21 +0200 Subject: [PATCH] README: DEB and RPM, make issue numbers into links (#535) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac5ca57..90c34cc 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,10 @@ The script will use a slightly modified Arch config from the `linux-tkg-config` #### DEB (Debian, Ubuntu and derivatives) and RPM (Fedora, SUSE and derivatives) based distributions **Important notes:** -- Some issues have been reported by both Fedora (see #383) and Ubuntu (see #436) users where stock kernels cannot boot any longer, the whereabouts are still not entirely clear (it does not seem to affect every user) +- Some issues have been reported by both Fedora (see https://github.com/Frogging-Family/linux-tkg/issues/383) and Ubuntu (see https://github.com/Frogging-Family/linux-tkg/issues/436) users where stock kernels cannot boot any longer, the whereabouts are still not entirely clear (it does not seem to affect every user) - Ubuntu: appears to be an initramfs generation issue - Fedora: needs disabling then re-enabling SELINUX so one can boot -- Fedora + Nvidia users: Fedora's `akmod` nvidia packages do not work with `linux-tkg` (see #375). `linux-tkg` requires Nvidias official `.run` installer (that uses `dkms` instead of `akmod`) to properly work with Nvidia. +- Fedora + Nvidia users: Fedora's `akmod` nvidia packages do not work with `linux-tkg` (see https://github.com/Frogging-Family/linux-tkg/issues/375). `linux-tkg` requires Nvidias official `.run` installer (that uses `dkms` instead of `akmod`) to properly work with Nvidia. The interactive `install.sh` script will create, depending on the selected distro, `.deb` or `.rpm` packages, move them in the the subfolder `DEBS` or `RPMS` then prompts to install them with the distro's package manager. ```shell