git: ee7289026e - main - Handbook - Virtualization: Remove width from vmware images
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 17:14:37 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=ee7289026e545d98fcc799ca6f970374e9c672e2 commit ee7289026e545d98fcc799ca6f970374e9c672e2 Author: Minsoo Choo <minsoochoo0122@proton.me> AuthorDate: 2023-04-09 17:13:35 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2023-04-09 17:13:35 +0000 Handbook - Virtualization: Remove width from vmware images Differential Revision: https://reviews.freebsd.org/D39471 --- .../en/books/handbook/virtualization/_index.adoc | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc b/documentation/content/en/books/handbook/virtualization/_index.adoc index f7ed3fab3e..c82a3178a2 100644 --- a/documentation/content/en/books/handbook/virtualization/_index.adoc +++ b/documentation/content/en/books/handbook/virtualization/_index.adoc @@ -172,48 +172,48 @@ Once VMware Fusion has been installed on macOS(R), the user can configure a virt The first step is to start VMware Fusion which will load the Virtual Machine Library. Click [.guimenuitem]#+->New# to create the virtual machine: -image::vmware-freebsd01.png[width=35%] +image::vmware-freebsd01.png[] This will load the New Virtual Machine Assistant. Choose [.guimenuitem]#Create a custom virtual machine# and click [.guimenuitem]#Continue# to proceed: -image::vmware-freebsd02.png[width=45%] +image::vmware-freebsd02.png[] Select [.guimenuitem]#Other# as the [.guimenuitem]#Operating System# and either [.guimenuitem]#FreeBSD X# or [.guimenuitem]#FreeBSD X 64-bit#, as the menu:Version[] when prompted: -image::vmware-freebsd03.png[width=45%] +image::vmware-freebsd03.png[] Choose the firmware(UEFI is recommended): -image::vmware-freebsd04.png[width=45%] +image::vmware-freebsd04.png[] Choose [.guimenuitem]#Create a new virtual disk# and click [.guimenuitem]#Continue#: -image::vmware-freebsd05.png[width=45%] +image::vmware-freebsd05.png[] Check the configuration and click [.guimenuitem]#Finish#: -image::vmware-freebsd06.png[width=45%] +image::vmware-freebsd06.png[] Choose the name of the virtual machine and the directory where it should be saved: -image::vmware-freebsd07.png[width=45%] +image::vmware-freebsd07.png[] Press command+E to open virtual machine settings and click [.guimenuitem]#CD/DVD#: -image::vmware-freebsd08.png[width=45%] +image::vmware-freebsd08.png[] Choose FreeBSD ISO image or from a CD/DVD: -image::vmware-freebsd09.png[width=45%] +image::vmware-freebsd09.png[] Start the virtual machine: -image::vmware-freebsd10.png[width=25%] +image::vmware-freebsd10.png[] Install FreeBSD as usual: -image::vmware-freebsd11.png[width=25%] +image::vmware-freebsd11.png[] Once the install is complete, the settings of the virtual machine can be modified, such as memory usage and the number of CPUs the virtual machine will have access to: @@ -222,18 +222,18 @@ Once the install is complete, the settings of the virtual machine can be modifie The System Hardware settings of the virtual machine cannot be modified while the virtual machine is running. ==== -image::vmware-freebsd12.png[width=45%] +image::vmware-freebsd12.png[] The status of the CD-ROM device. Normally the CD/DVD/ISO is disconnected from the virtual machine when it is no longer needed. -image::vmware-freebsd09.png[width=45%] +image::vmware-freebsd09.png[] The last thing to change is how the virtual machine will connect to the network. To allow connections to the virtual machine from other machines besides the host, choose [.guimenuitem]#Connect directly to the physical network (Bridged)#. Otherwise, [.guimenuitem]#Share the host's internet connection (NAT)# is preferred so that the virtual machine can have access to the Internet, but the network cannot access the virtual machine. -image::vmware-freebsd13.png[width=45%] +image::vmware-freebsd13.png[] After modifying the settings, boot the newly installed FreeBSD virtual machine.