diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-06-28 21:26:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-06-28 21:26:55 -0300 |
commit | 71b88423a22f3e12ca9d13ac1c9eb552d7a6521c (patch) | |
tree | f27a0494b83f5e8ed1fe4ad3238f63c32b14e398 /kvmxfile | |
parent | 60ec2245fb8520003caa0ed02ddb742f390eb08d (diff) | |
download | kvmx-71b88423a22f3e12ca9d13ac1c9eb552d7a6521c.tar.gz kvmx-71b88423a22f3e12ca9d13ac1c9eb552d7a6521c.tar.bz2 |
Feat: bump to Debian bookworm
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ hostname="kvmx" # Which base box you should use. Leave unconfigured to use kvmx-create instead. -#basebox="bullseye" +#basebox="bookworm" # First user name user="user" @@ -176,7 +176,7 @@ domain="example.org" arch="amd64" # Box distribution when bootstraping a new image -version="bullseye" +version="bookworm" # Debian mirror mirror="https://deb.debian.org/debian/" |