Danny Milosavljevic
5c79f23863
system: Add kernel-loadable-modules to operating-system.
* gnu/system.scm (<operating-system>): Add kernel-loadable-modules.
(operating-system-directory-base-entries): Use it.
* doc/guix.texi (operating-system Reference): Document
KERNEL-LOADABLE-MODULES.
* gnu/build/linux-modules.scm (depmod): New procedure.
(make-linux-module-directory): New procedure. Export it.
* guix/profiles.scm (linux-module-database): New procedure. Export it.
* gnu/tests/linux-modules.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/linux.scm (make-linux-libre*)[arguments]<#:phases>[install]:
Disable depmod. Remove "build" and "source" symlinks.
[native-inputs]: Remove kmod.
2020-03-22 12:51:50 +01:00
..
2019-08-28 00:27:14 +02:00
2020-01-06 16:31:54 +01:00
2019-06-17 16:13:36 +02:00
2019-08-29 17:19:18 -04:00
2020-03-02 23:59:45 -05:00
2019-03-07 20:05:09 +01:00
2020-03-02 23:24:47 -05:00
2019-09-12 23:07:43 +02:00
2019-09-25 12:18:25 +09:00
2020-03-22 12:51:50 +01:00
2019-06-07 21:50:18 +02:00
2020-02-22 00:45:42 +01:00
2019-09-26 23:15:28 +02:00
2018-06-01 15:21:28 +02:00
2019-12-18 22:36:37 +01:00