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:
committed by
GitHub
parent
cd76e7e1e3
commit
54c74a72c3
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user