mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: Install QEMU firmare files to 'share/qemu'.
This paves the way for using a native search path in the future. * gnu/packages/bootloaders.scm (ipxe-qemu)[arguments]: Install firmware files to 'share/qemu' instead of 'share/firmware'. * gnu/packages/firmware.scm (seabios-qemu)[arguments]: Likewise. * gnu/packages/virtualization.scm (qemu)[arguments]: Adjust accordingly.
This commit is contained in:
@@ -1577,7 +1577,7 @@ the features of iPXE without the hassle of reflashing.")
|
||||
#~(modify-phases #$phases
|
||||
(replace 'install
|
||||
(lambda _
|
||||
(let ((firmware (string-append #$output "/share/firmware")))
|
||||
(let ((firmware (string-append #$output "/share/qemu")))
|
||||
(mkdir-p firmware)
|
||||
(for-each
|
||||
(match-lambda
|
||||
|
||||
Reference in New Issue
Block a user