Ludovic Courtès
0e704a2d4e
linux-boot: Load modules and their dependencies, à la 'modprobe'.
* gnu/build/linux-boot.scm: Use (gnu build linux-modules).
(load-linux-module*): Remove.
(boot-system): Add #:linux-module-directory parameter.
[lookup-module]: New procedure.
Call 'current-module-debugging-port'. Pass #:lookup-module to
'load-linux-module*'. Map LOOKUP-MODULE on LINUX-MODULES.
* gnu/system/linux-initrd.scm (base-initrd): Adjust 'boot-system' call
accordingly. Adjust #:modules argument as well.
* gnu/system.scm (operating-system-activation-script)[%modules]: Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Likewise.
2014-11-28 00:10:28 +01:00
..
2014-11-25 18:01:59 +01:00
2014-11-12 14:28:36 +01:00
2014-11-25 18:01:59 +01:00
2014-11-28 00:10:28 +01:00
2014-09-12 00:14:52 +02:00
2014-11-27 08:55:46 +01:00
2014-11-10 22:42:14 +01:00
2014-09-18 23:23:46 +02:00
2014-11-28 00:10:28 +01:00