mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
linux-boot: Remove verbose output for module loads.
* gnu/build/linux-boot.scm (boot-system): Leave 'current-module-debugging-port' unchanged. * gnu/build/linux-modules.scm (load-linux-module*): Update comment about 'mmap'.
This commit is contained in:
parent
be7be9e8dd
commit
fb74174958
2 changed files with 2 additions and 3 deletions
|
@ -144,7 +144,7 @@ true, load its dependencies first (à la 'modprobe'.) The actual files
|
|||
containing modules depended on are obtained by calling LOOKUP-MODULE with the
|
||||
module name."
|
||||
(define (slurp module)
|
||||
;; TODO: Use 'mmap' to reduce memory usage.
|
||||
;; TODO: Use 'finit_module' to reduce memory usage.
|
||||
(call-with-input-file file get-bytevector-all))
|
||||
|
||||
(when recursive?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue