[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: linux-libre: On MIPS, the linux image name is vmlinuz, not b
From: |
Ludovic Courtès |
Subject: |
03/10: gnu: linux-libre: On MIPS, the linux image name is vmlinuz, not bzImage. |
Date: |
Wed, 28 Oct 2015 11:04:42 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 44a88ce49e6a6a4595a9ea6e02ea59be89614eae
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 d66fac5..24fed02 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")
- branch master updated (b1b9e5c -> 5c7bdc9), Ludovic Courtès, 2015/10/28
- 03/10: gnu: linux-libre: On MIPS, the linux image name is vmlinuz, not bzImage.,
Ludovic Courtès <=
- 05/10: gnu: grub: Use modify-phases and other minor cleanups., Ludovic Courtès, 2015/10/28
- 02/10: gnu: linux-libre: Add case for ARCH=mips., Ludovic Courtès, 2015/10/28
- 01/10: gnu: linux-libre: Add 'supported-systems' field: Intel only for now., Ludovic Courtès, 2015/10/28
- 06/10: gnu: grub: Install documentation., Ludovic Courtès, 2015/10/28
- 04/10: doc: Add texinfo to the requirements when building from git., Ludovic Courtès, 2015/10/28
- 08/10: substitute: 'lookup-narinfos' returns exactly a list of narinfos., Ludovic Courtès, 2015/10/28
- 10/10: gnu: python-debian: Avoid @itemize in description., Ludovic Courtès, 2015/10/28
- 09/10: substitute: Honor all the specified server URLs., Ludovic Courtès, 2015/10/28
- 07/10: substitute: 'http-multiple-get' follows 'fold' style., Ludovic Courtès, 2015/10/28