SlackBuilds Repository

15.0 > Misc > modprobed-db (2.46)

Modprobed-db is a useful utility for users wishing to build a minimal
kernel via a make localmodconfig. In a nutshell, this make target
creates a config based on the current config and a list of modules
you define (modprobed-db keeps for you). It then disables any module
option that is not needed thus not building hundreds/potentially
thousands of extraneous modules. This results in a system-specific,
streamlined kernel package and footprint as well as reduced compilation
times.

Modprobed-db simply logs every module ever probed on the target system
to a text-based database which can be read directly by "make
localmodconfig" as described above.

To automatically run modprobed-db every hour add the following to your
user's crontab (run "crontab -e"):
0 */1 * * * /usr/bin/modprobed-db store &> /dev/null

Maintained by: Erich Ritz
Keywords: localmodconfig,module,kernel,modprobe
ChangeLog: modprobed-db

Homepage:
https://github.com/graysky2/modprobed-db

Source Downloads:
modprobed-db-2.46.tar.gz (09952534c647205d87de18c7dfa85aca)

Download SlackBuild:
modprobed-db.tar.gz
modprobed-db.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds