From 42b509faf10f8afb8f12ebb46f0f367a94dc7542 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Fri, 7 Jun 2024 23:51:54 +0000 Subject: [PATCH] Update to FreeBSD 14.1-RELEASE --- README.md | 2 +- variables.pkr.hcl | 2 +- variables.pkrvars.hcl.sample | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5585706..4bf3453 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ > [!WARNING] -> FreeBSD 14.0-RELEASE is currently failing to build on VirtualBox. +> FreeBSD 14.0-RELEASE onwards is failing to build on VirtualBox. packer-FreeBSD ============== diff --git a/variables.pkr.hcl b/variables.pkr.hcl index 4ab4bf4..c934cc4 100644 --- a/variables.pkr.hcl +++ b/variables.pkr.hcl @@ -65,5 +65,5 @@ variable "rc_conf_file" { variable "revision" { type = string - default = "14.0" + default = "14.1" } diff --git a/variables.pkrvars.hcl.sample b/variables.pkrvars.hcl.sample index ec2e94b..33f1d0a 100644 --- a/variables.pkrvars.hcl.sample +++ b/variables.pkrvars.hcl.sample @@ -11,4 +11,4 @@ guest_os_type = "FreeBSD_64" memory = 1024 mirror = "https://download.freebsd.org" rc_conf_file = "" -revision = "14.0" +revision = "14.1"