mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01: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 @@ (define* (make-linux-libre version hash
|
|||
(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…
Reference in a new issue