Date: Tue, 13 Apr 2021 09:31:07 GMT From: Marc Fonvieille <blackend@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: b4faecd1d7 - main - Typo: remove an extra d in pathnames. Reported by: Aaron Sudholt <amsudholt@gmail.com> Message-ID: <202104130931.13D9V78X022681@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=b4faecd1d728f6cb8c89f62db3635a249f4c42b9 commit b4faecd1d728f6cb8c89f62db3635a249f4c42b9 Author: Marc Fonvieille <blackend@FreeBSD.org> AuthorDate: 2021-04-13 09:28:33 +0000 Commit: Marc Fonvieille <blackend@FreeBSD.org> CommitDate: 2021-04-13 09:28:33 +0000 Typo: remove an extra d in pathnames. Reported by: Aaron Sudholt <amsudholt@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 ... ....
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104130931.13D9V78X022681>