From 71b88423a22f3e12ca9d13ac1c9eb552d7a6521c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 28 Jun 2023 21:26:55 -0300 Subject: Feat: bump to Debian bookworm --- kvmx-create | 2 +- kvmxfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kvmx-create b/kvmx-create index 8222eae..395e120 100755 --- a/kvmx-create +++ b/kvmx-create @@ -108,7 +108,7 @@ function kvmx_config { kvmx_user_config hostname machine "Hostname" kvmx_user_config domain example.org "Domain" kvmx_user_config arch amd64 "System arch" - kvmx_user_config version bullseye "Distro version" + kvmx_user_config version bookworm "Distro version" kvmx_user_config mirror https://deb.debian.org/debian/ "Debian mirror" #kvmx_user_config ssh_support y "Administration using passwordless SSH (y/n)" kvmx_user_config ssh_custom y "Setup a custom SSH keypair (y/n)" diff --git a/kvmxfile b/kvmxfile index 142b9f6..15569be 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="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/" -- cgit v1.2.3