mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: make-linux-libre: Add zImage to output.
* gnu/packages/linux.scm (make-linux-libre): Add zImage to output.
This commit is contained in:
parent
a6d0132514
commit
fd6e0de3c0
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration."
|
|||
(for-each (lambda (file)
|
||||
(copy-file file
|
||||
(string-append out "/" (basename file))))
|
||||
(find-files "." "^(bzImage|vmlinuz|System\\.map)$"))
|
||||
(find-files "." "^(bzImage|zImage|vmlinuz|System\\.map)$"))
|
||||
(copy-file ".config" (string-append out "/config"))
|
||||
(zero? (system* "make"
|
||||
(string-append "DEPMOD=" mit "/sbin/depmod")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue