summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsayad2021-01-28 20:17:20 +0600
committersayad2021-01-28 20:17:20 +0600
commit0a85c33f3e79dbfd213afe2ed1b421c267c2415e (patch)
tree8f2352a0af7042addd462e88d4faa656e213656a
parent6fc16a89b654618e3c6148df29e997b73f78d2e3 (diff)
downloadaur-0a85c33f3e79dbfd213afe2ed1b421c267c2415e.tar.gz
Bug fix
-rw-r--r--customization.cfg4
-rw-r--r--ryzen-desktop-profile.cfg2
2 files changed, 3 insertions, 3 deletions
diff --git a/customization.cfg b/customization.cfg
index 90850a01d067..f8727b8c24b6 100644
--- a/customization.cfg
+++ b/customization.cfg
@@ -3,7 +3,7 @@
# Linux distribution you are using, options are "Arch", "Void", "Ubuntu", "Debian", "Fedora" or "Suse".
# It is automatically set to "Arch" when using PKGBUILD.
# If left empty, the script will prompt
-_distro="Arch"
+_distro=""
# Kernel Version - Options are "5.4", "5.7", "5.8", "5.9", "5.10"
_version="5.10"
@@ -11,7 +11,7 @@ _version="5.10"
#### MISC OPTIONS ####
# External config file to use - If the given file exists in path, it will override default config (customization.cfg) - Default is ~/.config/frogminer/linux-tkg.cfg
-_EXT_CONFIG_PATH=~/.config/linux-tkg.cfg
+_EXT_CONFIG_PATH="~/.config/linux-tkg.cfg"
# [Arch specific] Set to anything else than "true" to limit cleanup operations and keep source and files generated during compilation.
# Default is "true".
diff --git a/ryzen-desktop-profile.cfg b/ryzen-desktop-profile.cfg
index 2d1d9788aed4..76677a5b4560 100644
--- a/ryzen-desktop-profile.cfg
+++ b/ryzen-desktop-profile.cfg
@@ -35,4 +35,4 @@ _runqueue_sharing="mc-llc"
_timer_freq=""
# Default CPU governor - "performance", "ondemand" (tweaked), "schedutil" or leave empty for default (schedutil on AMD and legacy Intel, intel_pstate on modern Intel) - Enforcing an option will disable intel_pstate altogether!
-_default_cpu_gov="schedutil"
+_default_cpu_gov=""