1
0
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:
Marius Bakke
2022-12-22 13:50:30 +01:00
parent ba7f6f0bf3
commit 209aed9511
3 changed files with 6 additions and 6 deletions

View File

@@ -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