git: b4faecd1d7 - main - Typo: remove an extra d in pathnames. Reported by: Aaron Sudholt <amsudholt at gmail.com>

Marc Fonvieille blackend at FreeBSD.org
Tue Apr 13 09:31:08 UTC 2021


The branch main has been updated by blackend:

URL: https://cgit.FreeBSD.org/doc/commit/?id=b4faecd1d728f6cb8c89f62db3635a249f4c42b9

commit b4faecd1d728f6cb8c89f62db3635a249f4c42b9
Author:     Marc Fonvieille <blackend at FreeBSD.org>
AuthorDate: 2021-04-13 09:28:33 +0000
Commit:     Marc Fonvieille <blackend at FreeBSD.org>
CommitDate: 2021-04-13 09:28:33 +0000

    Typo: remove an extra d in pathnames.
    Reported by:    Aaron Sudholt <amsudholt at gmail.com>
---
 .../content/en/books/handbook/virtualization/_index.adoc          | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc b/documentation/content/en/books/handbook/virtualization/_index.adoc
index bc4830c5ce..9a7994cd25 100644
--- a/documentation/content/en/books/handbook/virtualization/_index.adoc
+++ b/documentation/content/en/books/handbook/virtualization/_index.adoc
@@ -712,7 +712,7 @@ With the firmware in place, add the flags `-l bootrom,_/path/to/firmware_` to yo
 # bhyve -AHP -s 0:0,hostbridge -s 1:0,lpc \
 -s 2:0,virtio-net,tap1 -s 3:0,virtio-blk,./disk.img \
 -s 4:0,ahci-cd,./install.iso -c 4 -m 1024M \
--l bootrom,/usr/local/shared/uefi-firmware/BHYVE_UEFI.fd \
+-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \
 guest
 ....
 
@@ -723,7 +723,7 @@ package:sysutils/bhyve-firmware[] also contains a CSM-enabled firmware, to boot
 # bhyve -AHP -s 0:0,hostbridge -s 1:0,lpc \
 -s 2:0,virtio-net,tap1 -s 3:0,virtio-blk,./disk.img \
 -s 4:0,ahci-cd,./install.iso -c 4 -m 1024M \
--l bootrom,/usr/local/shared/uefi-firmware/BHYVE_UEFI_CSM.fd \
+-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CSM.fd \
 guest
 ....
 
@@ -743,7 +743,7 @@ The resulting bhyve command would look like this:
 -s 4:0,ahci-cd,./install.iso -c 4 -m 1024M \
 -s 29,fbuf,tcp=0.0.0.0:5900,w=800,h=600,wait \
 -s 30,xhci,tablet \
--l bootrom,/usr/local/shared/uefi-firmware/BHYVE_UEFI.fd \
+-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \
 guest
 ....
 
@@ -1062,7 +1062,7 @@ libxl: debug: libxl_event.c:689:libxl__ev_xswatch_deregister: watch w=0x800d96b9
 domainbuilder: detail: xc_dom_allocate: cmdline="", features=""
 domainbuilder: detail: xc_dom_kernel_file: filename="/usr/local/lib/xen/boot/hvmloader"
 domainbuilder: detail: xc_dom_malloc_filemap    : 326 kB
-libxl: debug: libxl_dom.c:988:libxl__load_hvm_firmware_module: Loading BIOS: /usr/local/shared/seabios/bios.bin
+libxl: debug: libxl_dom.c:988:libxl__load_hvm_firmware_module: Loading BIOS: /usr/local/share/seabios/bios.bin
 ...
 ....
 


More information about the dev-commits-doc-all mailing list