Launching makepkg with the following options: _subarch=13 _localmodcfg=1 makepkg -sriCfc will consistently bug me about modules that I don't want, and this has been going on for at least a dozen releases, e.g.:
BT8XX GPIO abuser (GPIO_BT8XX) [N/m/y/?] (NEW)
I really just want to answer always NO to those, how do I do that?
Pinned Comments
metak commented on 2022-03-27 13:44 (UTC) (edited on 2022-04-02 13:20 (UTC) by metak)
The PKGBUILD file supports a few different configurable build-time options:
_makenconfigTweak kernel options prior to a build via nconfig. Pseudo-graphical menu based on ncurses. 1 2_localmodcfgOnly compile active modules to VASTLY reduce the number of modules built and the build time._subarchEnable additional optimization/tuning for kernel builds by adding more micro-architectures options. Default isGeneric-x86-64number36if nothing else is selected._use_currentUse the current kernel's.configfile. Enabling this option will use the.configof the RUNNING kernel rather than the ARCH defaults. Useful when the package gets updated and you already went through the trouble of customizing your config options. NOT recommended when a new kernel is released, but again, convenient for package bumps._use_llvm_ltoCompile the kernel with LLVM/Clang._debugEnableysome additional debug features present in arch kernel, but not in Clear upstream.nto force disable or leave empty to ignore.Lastly, build the kernel by setting your environment variable
env _subarch=40 _localmodcfg=y.metak commented on 2018-01-22 01:49 (UTC) (edited on 2021-12-01 12:47 (UTC) by metak)
1. Binaries available in my repo: http://download.opensuse.org/repositories/home:/metakcahura:/kernel/Arch_Extra_standard/x86_64/
THIS IS OPTIONAL:
2. After install adjust your boot cmd line. ClearLinux uses clr-boot-manager which takes care of that. This is upstream default: