From b69de7d1cc11a57d4910040d31acbefdf679ba52 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Thu, 19 Nov 2020 18:41:57 +0100 Subject: [PATCH] Update readme following https://github.com/Frogging-Family/linux-tkg/commit/734e72186a9e9d6fcbae43661917a765b6e39464 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f40339..9933e92 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ If you have to restart the build for any reason, run `./xbps-src clean linux-tkg ### Other linux distributions If your distro is not DEB or RPM based, `install.sh` script can clone the kernel tree, patch and edit a `.config` file from your current distro's -that is expected at ``/boot/config-`uname -r`.config`` (otherwise it won't work as-is) +that is expected either at ``/boot/config-`uname -r`.config`` or ``/proc/config.gz`` (otherwise it won't work as-is) The command to do for that is: ```