diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-04-30 16:47:57 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-05-27 10:26:24 +0300 |
commit | c0610dfb1aa2a58396b93125bfb7ade3e6dd040f (patch) | |
tree | b0dba4152f01d6c4dcca162047dae5a531ea134d /doc | |
parent | 5013d0286ec4792960698167c01b162253f67aff (diff) | |
download | guix-c0610dfb1aa2a58396b93125bfb7ade3e6dd040f.tar.gz |
gnu: Use new ovmf firmware packages.
* doc/guix.texi (Invoking guix system): Update qemu command to use ovmf-x86-64. * gnu/packages/virtualization.scm (xen)[inputs]: Replace ovmf with ovmf-i686. * gnu/tests/install.scm (uefi-firmware): Use system appropriate ovmf firmware. Change-Id: Ia2ff76eaf766c8d4fb0be4a7cc7b8941574433d0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 5268d890aa..c1ff049f03 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -42580,7 +42580,7 @@ image=$(guix system image --image-type=qcow2 \ cp $image /tmp/my-image.qcow2 chmod +w /tmp/my-image.qcow2 qemu-system-x86_64 -enable-kvm -hda /tmp/my-image.qcow2 -m 1000 \ - -bios $(guix build ovmf)/share/firmware/ovmf_x64.bin + -bios $(guix build ovmf-x86-64)/share/firmware/ovmf_x64.bin @end example When using the @code{mbr-hybrid-raw} image type, a raw disk image is |