From: Silvio Rhatto Date: Sun, 5 Sep 2021 17:14:02 +0000 (-0300) Subject: Fix: bullseye update X-Git-Tag: 0.1.0~50 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=74a0cd21131d89b0b0bc661a9ac9d32dae0dca70;p=kvmx.git Fix: bullseye update --- 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)" diff --git a/kvmxfile b/kvmxfile index 58bb464..48bc9cc 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="buster" +#basebox="bullseye" # First user name user="user" @@ -168,7 +168,7 @@ domain="example.org" arch="amd64" # Box distribution when bootstraping a new image -version="buster" +version="bullseye" # Debian mirror mirror="https://deb.debian.org/debian/"