]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Fix: bullseye update
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 5 Sep 2021 17:14:02 +0000 (14:14 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 5 Sep 2021 17:14:02 +0000 (14:14 -0300)
kvmx-create
kvmxfile

index 51aa0e46bd8cfaf882ba15eaea4232e909f68b23..8a1bdba31acdbed40bef7d19c739df894dfc797c 100755 (executable)
@@ -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)"
index 58bb464e65c58afe961d9065c6f79ff5c9d43e9a..48bc9ccb4a03dadaa1bb69e532bf86e18cd36623 100644 (file)
--- 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/"