aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-12-26 12:37:08 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-12-26 12:37:08 -0300
commit4aed114827e075aeb63194f89203845406c9ac4d (patch)
tree9eac5ab3d3225554aa8072d7380af0191de190b9
parent3ba1ca0ce85e6c6fda3695c73b3d319246b0c888 (diff)
downloadkvmx-master.tar.gz
kvmx-master.tar.bz2
Feat: update next Debian release to forkyHEADmaster
-rw-r--r--ChangeLog.md2
-rwxr-xr-xkvmx-create2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 5264630..d1d33e5 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -4,6 +4,8 @@
* Update `kvmxfile` to use Debian `trixie` by default.
+* Update the next Debian release to `forky`.
+
## 0.5.0 - 2025-11-14
* Persistent SSH sessions, to speed up connections, especially clipboard
diff --git a/kvmx-create b/kvmx-create
index 9996be5..45d95b1 100755
--- a/kvmx-create
+++ b/kvmx-create
@@ -145,7 +145,7 @@ function kvmx_config {
#
function kvmx_create_custom {
# Next debian release
- NEXT_DEBIAN_RELEASE="trixie"
+ NEXT_DEBIAN_RELEASE="forky"
# Check dependencies
DEPENDENCIES="sudo apt qemu-img sed awk tr head debootstrap chroot"