]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Feat: bump to Debian bookworm
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Jun 2023 00:26:55 +0000 (21:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Jun 2023 00:26:55 +0000 (21:26 -0300)
kvmx-create
kvmxfile

index 8222eae804fe02425efaa3d767b19a2559e088d1..395e1208665eb1176ee158f0c0564799896f64d9 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           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)"
index 142b9f6e83acb541271962f3a917a71518118b2c..15569be2076cf6b741906bae8b53cfb1099feed9 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="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/"