]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Feat: update next Debian release to forky
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 26 Dec 2025 15:37:08 +0000 (12:37 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 26 Dec 2025 15:37:08 +0000 (12:37 -0300)
ChangeLog.md
kvmx-create

index 526463037a6a5a32d789e33326f98647b37f1548..d1d33e5e29c5ab8f7bc78b7948ecdfa997f90775 100644 (file)
@@ -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
index 9996be5454b0f8f763550cf7e15c335a0f5ec3ad..45d95b14a9e363dc1749cd777a93d32a7ee2f818 100755 (executable)
@@ -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"