aboutsummaryrefslogtreecommitdiff
path: root/kvmx-create
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-03-17 14:21:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-03-17 14:21:20 -0300
commitd93c024d86c04135758d346b8a59757e22a03107 (patch)
tree886a25c33bf8f3920d965d0764fb6be5ea59c131 /kvmx-create
parenta6ee70bb387c7c7002c5d82cde7fdbd62aaa4730 (diff)
downloadkvmx-d93c024d86c04135758d346b8a59757e22a03107.tar.gz
kvmx-d93c024d86c04135758d346b8a59757e22a03107.tar.bz2
Fix: kvmx-create: NEXT_DEBIAN_RELEASE
Diffstat (limited to 'kvmx-create')
-rwxr-xr-xkvmx-create2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx-create b/kvmx-create
index 4e88e96..aa4d493 100755
--- a/kvmx-create
+++ b/kvmx-create
@@ -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"