aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMark Johnston <markjdb@gmail.com>2021-03-03 12:10:36 -0500
committerDmitry Vyukov <dvyukov@google.com>2021-03-03 21:00:17 +0100
commitd7e4e6046884630f013a35de0d7d8a4e780aa6cc (patch)
treeff4a7f017f13dfd1eb0a66fb0fa6f5e7251acea3 /docs
parent8ccc3ea6ba077cf2c1e5672bf7ddd21a4aaf5cdd (diff)
docs/freebsd: update VM image link for 14
Diffstat (limited to 'docs')
-rw-r--r--docs/freebsd/README.md2
1 files changed, 1 insertions, 1 deletions
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