I think he means like they do in other Linux builds in AuR (this is from linux-ck for example only:
**" Compile ONLY used modules to VASTLYreduce the number of modules built
and the build time.
To keep track of which modules are needed for your specific system/hardware,
give module_db script a try: https://aur.archlinux.org/packages/modprobed-db
This PKGBUILD read the database kept if it exists
More at this wiki page ---> https://wiki.archlinux.org/index.php/Modprobed-db
_localmodcfg=
IMPORTANT: Do no edit below this line unless you know what you're doing
* Somewhere down the pkgbuil***
### Optionally load needed modules for the make localmodconfig # See https://aur.archlinux.org/packages/modprobed-db if [ -n "$_localmodcfg" ]; then if [ -f $HOME/.config/modprobed.db ]; then echo "Running Steven Rostedt's make localmodconfig now" make LSMOD=$HOME/.config/modprobed.db localmodconfig else echo "No modprobed.db data found" exit fi fi
Pinned Comments
superboringdev commented on 2020-03-23 19:25 (UTC) (edited on 2024-09-16 19:48 (UTC) by superboringdev)
The prebuilt kernel is built using Clang/LLVM.
The linux-nitrous binary package can be installed by adding following lines to your /etc/pacman.conf:
Then you can install the package using your AUR helper or pacman (e. g.
sudo pacman -Syu linux-nitrous linux-nitrous-headers
)You probably need to add the keys before being able to install my packages: