From: Silvio Rhatto Date: Fri, 26 Dec 2025 15:37:08 +0000 (-0300) Subject: Feat: update next Debian release to forky X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4aed114827e075aeb63194f89203845406c9ac4d;p=kvmx.git Feat: update next Debian release to forky --- 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"