From d7e4e6046884630f013a35de0d7d8a4e780aa6cc Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Wed, 3 Mar 2021 12:10:36 -0500 Subject: docs/freebsd: update VM image link for 14 --- docs/freebsd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/freebsd/README.md b/docs/freebsd/README.md index d0547b5fb..cb6405268 100644 --- a/docs/freebsd/README.md +++ b/docs/freebsd/README.md @@ -46,7 +46,7 @@ Then, copy out the binary back to host into `bin/freebsd_amd64` dir. ## Setting up the FreeBSD VM -It is easiest to start with a [snapshot image](http://ftp.freebsd.org/pub/FreeBSD/snapshots/VM-IMAGES/13.0-CURRENT/amd64/Latest/) of FreeBSD. Fetch a QCOW2 disk image for QEMU or a raw image for GCE or bhyve. +It is easiest to start with a [snapshot image](https://ftp.freebsd.org/pub/FreeBSD/snapshots/VM-IMAGES/14.0-CURRENT/amd64/Latest/) of FreeBSD. Fetch a QCOW2 disk image for QEMU or a raw image for GCE or bhyve. Fetch a copy of the FreeBSD kernel sources and place them in `/usr/src`. You will likely need to expand the disk of the VM. Before booting the VM, run: ```console # truncate -s 15G $IMAGEFILE -- cgit mrf-deployment