]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Fix: kvmx-create: updates NEXT_DEBIAN_RELEASE
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Jul 2023 16:23:12 +0000 (13:23 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Jul 2023 16:23:12 +0000 (13:23 -0300)
kvmx-create

index 1f7a9206d800b29492b149e5b3b1ef1cc68b0542..990a7f7eb37f5cdb005da7e1654d9f18f4c19bfc 100755 (executable)
@@ -145,7 +145,7 @@ function kvmx_config {
 #
 function kvmx_create_custom {
   # Next debian release
-  NEXT_DEBIAN_RELEASE="bookworm"
+  NEXT_DEBIAN_RELEASE="trixie"
 
   # Check dependencies
   DEPENDENCIES="sudo apt qemu-img sed awk tr head debootstrap chroot"