From: Silvio Rhatto Date: Thu, 25 Dec 2025 14:52:35 +0000 (-0300) Subject: Feat: kvmxfile: update to use Debian trixie by default X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3ba1ca0ce85e6c6fda3695c73b3d319246b0c888;p=kvmx.git Feat: kvmxfile: update to use Debian trixie by default --- diff --git a/ChangeLog.md b/ChangeLog.md index 5f75806..5264630 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog +## 0.5.1 - unreleased + +* Update `kvmxfile` to use Debian `trixie` by default. + ## 0.5.0 - 2025-11-14 * Persistent SSH sessions, to speed up connections, especially clipboard diff --git a/kvmxfile b/kvmxfile index 2a10e1e..ea3e30a 100644 --- a/kvmxfile +++ b/kvmxfile @@ -6,7 +6,7 @@ hostname="kvmx" # Which base box you should use. Leave unconfigured to use kvmx-create instead. -#basebox="bookworm" +#basebox="trixie" # First user name user="user" @@ -207,7 +207,7 @@ domain="example.org" arch="amd64" # Box distribution when bootstraping a new image -version="bookworm" +version="trixie" # Debian mirror mirror="https://deb.debian.org/debian/"