mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
system: make-u-boot-package: Install configuration file.
* gnu/packages/bootloaders.scm (make-u-boot-package): Install configuration file.
This commit is contained in:
parent
b2b2ba40c3
commit
a32f9b59ab
1 changed files with 1 additions and 0 deletions
|
@ -408,6 +408,7 @@ (define (make-u-boot-package board triplet)
|
||||||
(find-files "." ".*\\.(bin|efi|img|spl)$")
|
(find-files "." ".*\\.(bin|efi|img|spl)$")
|
||||||
(find-files "." "^MLO$"))))
|
(find-files "." "^MLO$"))))
|
||||||
(mkdir-p libexec)
|
(mkdir-p libexec)
|
||||||
|
(install-file ".config" libexec)
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (file)
|
(lambda (file)
|
||||||
(let ((target-file (string-append libexec "/" file)))
|
(let ((target-file (string-append libexec "/" file)))
|
||||||
|
|
Loading…
Reference in a new issue