]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Fix: kvmx-create: NEXT_DEBIAN_RELEASE
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 17 Mar 2022 17:21:20 +0000 (14:21 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 17 Mar 2022 17:21:20 +0000 (14:21 -0300)
kvmx-create

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