@@ -43,9 +43,9 @@ See the sections below for more in-depth details.
4343 6. cp /usr/local/share/examples/vm-bhyve/* /mountpoint/for/pool/vm/.templates/
4444 7. vm switch create public
4545 8. vm switch add public em0
46- 9. vm iso https://download.freebsd.org/ftp/releases/ISO-IMAGES/14.2 /FreeBSD-14.2 -RELEASE-amd64-bootonly.iso
46+ 9. vm iso https://download.freebsd.org/ftp/releases/ISO-IMAGES/14.3 /FreeBSD-14.3 -RELEASE-amd64-bootonly.iso
4747 10. vm create myguest
48- 11. vm install [-f] myguest FreeBSD-14.2 -RELEASE-amd64-bootonly.iso
48+ 11. vm install [-f] myguest FreeBSD-14.3 -RELEASE-amd64-bootonly.iso
4949 12. vm console myguest
5050
5151- [ ] Line 1
@@ -187,17 +187,17 @@ example specifies the templatename.conf template, and tells vm-bhyve to create a
187187
188188You will need an ISO to install the guest with, so download one using the iso command:
189189
190- # vm iso https://download.freebsd.org/ftp/releases/ISO-IMAGES/14.2 /FreeBSD-14.2 -RELEASE-amd64-disc1.iso
190+ # vm iso https://download.freebsd.org/ftp/releases/ISO-IMAGES/14.3 /FreeBSD-14.3 -RELEASE-amd64-disc1.iso
191191
192192To start a guest install, run the following command. vm-bhyve will run the machine in the background,
193193so use the console command to connect to it and finish installation.
194194
195- # vm install testvm FreeBSD-14.2 -RELEASE-amd64-disc1.iso
195+ # vm install testvm FreeBSD-14.3 -RELEASE-amd64-disc1.iso
196196 # vm console testvm
197197
198198You can also specify the foreground option to run the guest directly on your terminal:
199199
200- # vm install -f testvm FreeBSD-14.2 -RELEASE-amd64-disc1.iso
200+ # vm install -f testvm FreeBSD-14.3 -RELEASE-amd64-disc1.iso
201201
202202Once installation has finished, you can reboot the guest from inside the console and it will boot up into
203203the new OS (assuming installation was successful). Further reboots will work as expected and
@@ -259,8 +259,8 @@ To use this feature you'll need install qemu-tools package:
259259
260260To launch FreeBSD using official cloud image:
261261
262- # vm img https://download.freebsd.org/ftp/releases/VM-IMAGES/14.2 -RELEASE/amd64/Latest/FreeBSD-14.2 -RELEASE-amd64.raw.xz
263- # vm create -t freebsd-zvol -i FreeBSD-14.2 -RELEASE-amd64.raw freebsd-cloud
262+ # vm img https://download.freebsd.org/ftp/releases/VM-IMAGES/14.3 -RELEASE/amd64/Latest/FreeBSD-14.3 -RELEASE-amd64.raw.xz
263+ # vm create -t freebsd-zvol -i FreeBSD-14.3 -RELEASE-amd64.raw freebsd-cloud
264264 # vm start freebsd-cloud
265265
266266To list downloaded images:
@@ -270,7 +270,7 @@ To list downloaded images:
270270 default CentOS-7-x86_64-GenericCloud-20180930_02.raw
271271 default debian-9-openstack-amd64.qcow2
272272 default Fedora-AtomicHost-28-1.1.x86_64.raw
273- default FreeBSD-14.2 -RELEASE-amd64.raw
273+ default FreeBSD-14.3 -RELEASE-amd64.raw
274274 default xenial-server-cloudimg-amd64-uefi1.img
275275
276276## Using cloud-init
0 commit comments