Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion freebsd-kvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ There are three chunks of configuration here:

## System Version

The images here currently use *FreeBSD 13.2-RELEASE*.
The images here currently use *FreeBSD 13.4-RELEASE*.

Generally speaking, binaries built on FreeBSD version `x` are incompatible with FreeBSD version `x - 1`.
However, the opposite is not true: binaries built on older versions are forward-compatible.
Expand Down
4 changes: 2 additions & 2 deletions freebsd-kvm/base-image/freebsd13.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ variable "password" {
}

source "qemu" "freebsd13" {
iso_url = "https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/13.2/FreeBSD-13.2-RELEASE-amd64-disc1.iso.xz"
iso_checksum = "52a1420db86802cfab8bafa36eccaa78c8b65b59673cbdf690e4b57f9d80f01f"
iso_url = "https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/13.4/FreeBSD-13.4-RELEASE-amd64-disc1.iso.xz"
iso_checksum = "e00ce3cc1b8b388dfea4f8557d490eef6d287e0bd0a64d7d5862b4b324d5f909"

# Note, you may need to tune this if you're on a slow computer ;)
boot_wait = "5s"
Expand Down