Fix: make Arch be able to use _configfile (#239)

* prepare: fix custom _configfile usage for Arch

* Remove yes from localmodconfig make call

* customization.cfg: tell that modprobed-db can prompt the user

* prepare: reset LOCALVERSION in .config to empty string

Using a kernelconfig.new with a LOCALVERSION set makes the script
set it twice in the package name.
This commit is contained in:
Adel Kara Slimane
2021-05-17 16:42:40 +02:00
committed by GitHub
parent cd76e7e1e3
commit 54c74a72c3
2 changed files with 18 additions and 14 deletions

View File

@@ -42,6 +42,7 @@ _force_all_threads="true"
_noccache="false"
# Set to true to use modprobed db to clean config from unneeded modules. Speeds up compilation considerably. Requires root - https://wiki.archlinux.org/index.php/Modprobed-db
# Using this option can trigger user prompts if the config doesn't go smoothly.
# !!!! Make sure to have a well populated db !!!! - Leave empty to be asked about it at build time
_modprobeddb="false"