aboutsummaryrefslogtreecommitdiff
path: root/kvmx-create
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-09-05 14:14:02 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-09-05 14:14:02 -0300
commit74a0cd21131d89b0b0bc661a9ac9d32dae0dca70 (patch)
treeab3848cb0eda38c64276b7df678fe1e96a25a2e4 /kvmx-create
parent3555c82cabe478a3dc8cabc05d5234db545396a3 (diff)
downloadkvmx-74a0cd21131d89b0b0bc661a9ac9d32dae0dca70.tar.gz
kvmx-74a0cd21131d89b0b0bc661a9ac9d32dae0dca70.tar.bz2
Fix: bullseye update
Diffstat (limited to 'kvmx-create')
-rwxr-xr-xkvmx-create2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx-create b/kvmx-create
index 51aa0e4..8a1bdba 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 buster "Distro version"
+ kvmx_user_config version bullseye "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)"