From 9520c8aba8ed3d1568154d76264f58e1d31e6b6f Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Sun, 2 May 2021 15:32:02 +0200 Subject: [PATCH] config: Add a note regarding profile settings overriding user settings https://github.com/Frogging-Family/linux-tkg/issues/238 --- customization.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customization.cfg b/customization.cfg index 3445a29..3b403b0 100644 --- a/customization.cfg +++ b/customization.cfg @@ -28,7 +28,8 @@ CUSTOM_GCC_PATH="" # Example: CUSTOM_LLVM_PATH="/home/frog/PKGBUILDS/mostlyportable-llvm/llvm-mostlyportable-11.0.0" CUSTOM_LLVM_PATH="" -# Set to the number corresponding to a predefined profile to use it. Current list of available profiles : +# Set to the number corresponding to a predefined profile to use it. The options selected by the profile will override customization.cfg and external config files. +# Current list of available profiles : # 1 - Custom (meaning nothing will be enforced and you get to configure everything) # 2 - Ryzen desktop (performance) # 3 - Generic Desktop (Performance)