mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
bootloader: extlinux: Fix device tree path.
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Use kernel directory to format device tree file path.
This commit is contained in:
parent
7044b92dbd
commit
be07cc4549
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ (define (menu-entry->gexp entry)
|
||||||
APPEND ~a
|
APPEND ~a
|
||||||
~%"
|
~%"
|
||||||
#$label #$label
|
#$label #$label
|
||||||
#$kernel #$kernel #$initrd
|
#$kernel (dirname #$kernel) #$initrd
|
||||||
(string-join (list #$@kernel-arguments)))))
|
(string-join (list #$@kernel-arguments)))))
|
||||||
|
|
||||||
(define builder
|
(define builder
|
||||||
|
|
Loading…
Reference in a new issue