File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ There are three chunks of configuration here:
2222
2323## System Version
2424
25- The images here currently use * FreeBSD 13.2 -RELEASE* .
25+ The images here currently use * FreeBSD 13.4 -RELEASE* .
2626
2727Generally speaking, binaries built on FreeBSD version ` x ` are incompatible with FreeBSD version ` x - 1 ` .
2828However, the opposite is not true: binaries built on older versions are forward-compatible.
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ variable "password" {
99}
1010
1111source "qemu" "freebsd13" {
12- iso_url = " https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/13.2 /FreeBSD-13.2 -RELEASE-amd64-disc1.iso.xz"
13- iso_checksum = " 52a1420db86802cfab8bafa36eccaa78c8b65b59673cbdf690e4b57f9d80f01f "
12+ iso_url = " https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/13.4 /FreeBSD-13.4 -RELEASE-amd64-disc1.iso.xz"
13+ iso_checksum = " e00ce3cc1b8b388dfea4f8557d490eef6d287e0bd0a64d7d5862b4b324d5f909 "
1414
1515 # Note, you may need to tune this if you're on a slow computer ;)
1616 boot_wait = " 5s"
You can’t perform that action at this time.
0 commit comments