Skip to content

Update FreeBSD image from 13.2 to 13.4 #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 26, 2025
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