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 /kvmx-create | |
parent | 60ec2245fb8520003caa0ed02ddb742f390eb08d (diff) | |
download | kvmx-71b88423a22f3e12ca9d13ac1c9eb552d7a6521c.tar.gz kvmx-71b88423a22f3e12ca9d13ac1c9eb552d7a6521c.tar.bz2 |
Feat: bump to Debian bookworm
Diffstat (limited to 'kvmx-create')
-rwxr-xr-x | kvmx-create | 2 |
1 files changed, 1 insertions, 1 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)" |