guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/14: gnu: linux-libre: On MIPS, the linux image name is vmlinuz, not b


From: Mark H. Weaver
Subject: 06/14: gnu: linux-libre: On MIPS, the linux image name is vmlinuz, not bzImage.
Date: Wed, 30 Sep 2015 22:13:18 +0000

mhw pushed a commit to branch wip-loongson2f
in repository guix.

commit 5a45f27838a4630a2fee9ff9f83e277e5e432737
Author: Mark H Weaver <address@hidden>
Date:   Sun Aug 23 22:54:59 2015 -0400

    gnu: linux-libre: On MIPS, the linux image name is vmlinuz, not bzImage.
    
    * gnu/packages/linux.scm (linux-libre)[install-phase]: Add vmlinuz to the 
list
      of file names to be copied.
---
 gnu/packages/linux.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f0331e9..4a90476 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -267,7 +267,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
                (for-each (lambda (file)
                            (copy-file file
                                       (string-append out "/" (basename file))))
-                         (find-files "." "^(bzImage|System\\.map)$"))
+                         (find-files "." "^(bzImage|vmlinuz|System\\.map)$"))
                (copy-file ".config" (string-append out "/config"))
                (zero? (system* "make"
                                (string-append "DEPMOD=" mit "/sbin/depmod")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]