guix/gnu
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
..
bootloader
build system: Add kernel-loadable-modules to operating-system. 2020-03-22 12:51:50 +01:00
installer
machine
packages system: Add kernel-loadable-modules to operating-system. 2020-03-22 12:51:50 +01:00
services services: Add fontconfig-file-system-service. 2020-03-22 09:08:11 +02:00
system gnu: system: Remove guile-wm from skeleton. 2020-03-19 12:14:19 +01:00
tests system: Add kernel-loadable-modules to operating-system. 2020-03-22 12:51:50 +01:00
artwork.scm
bootloader.scm
ci.scm
installer.scm
local.mk system: Add kernel-loadable-modules to operating-system. 2020-03-22 12:51:50 +01:00
machine.scm
packages.scm
services.scm
system.scm system: Add kernel-loadable-modules to operating-system. 2020-03-22 12:51:50 +01:00
tests.scm